Add missing space in error message

Change-Id: I5080664506841e05c222c7efd213963f3aea336c
This commit is contained in:
Pierre Riteau 2020-10-14 18:33:07 +02:00
parent 9e3c685e06
commit a04b285434
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ def main():
(groups, hostvars) = _prepare_inventory()
if 'BIFROST_INVENTORY_SOURCE' not in os.environ:
LOG.error('Please define a BIFROST_INVENTORY_SOURCE environment'
LOG.error('Please define a BIFROST_INVENTORY_SOURCE environment '
'variable with a comma separated list of data sources')
sys.exit(1)