Skip to content
Snippets Groups Projects
Commit b58d05cf authored by Erik Reid's avatar Erik Reid
Browse files

fix error message formatting

parent a8723ab7
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ def create_app():
'environment variables %r must be defined' % required_env_vars
assert os.path.isfile(os.environ['INVENTORY_PROVIDER_CONFIG_FILENAME']), (
'config file %r not found %r' %
'config file %r not found' %
os.environ['INVENTORY_PROVIDER_CONFIG_FILENAME'])
from inventory_provider import config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment