summaryrefslogtreecommitdiff
path: root/contrib/inventory/stacki.py
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/inventory/stacki.py')
-rwxr-xr-xcontrib/inventory/stacki.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/inventory/stacki.py b/contrib/inventory/stacki.py
index a61f6b8fee..824ecaf5e7 100755
--- a/contrib/inventory/stacki.py
+++ b/contrib/inventory/stacki.py
@@ -173,7 +173,7 @@ def main():
config = yaml.safe_load(stream)
break
if not config:
- sys.stderr.write("No config file found at {}\n".format(config_files))
+ sys.stderr.write("No config file found at {0}\n".format(config_files))
sys.exit(1)
client, auth_creds = stack_auth(config['stacki']['auth'])
header = stack_build_header(auth_creds)