Merge pull request #14 from ayan-b/fix-typo

utils.py: Fix typo
This commit is contained in:
jaska 2019-01-15 07:20:17 +00:00 committed by GitHub
commit 8f4c365675
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def do_import(plugin_module_name):
return _do_import(plugin_module_name)
except ImportError:
log.exception(
"%s is abscent or cannot be imported", plugin_module_name
"%s is absent or cannot be imported", plugin_module_name
)
raise