utils.py: Fix typo

abscent --> absent
This commit is contained in:
Ayan Banerjee 2019-01-15 00:42:46 +05:30
parent 9bc025cc49
commit 30e6497069
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