aboutsummaryrefslogtreecommitdiff
path: root/steuermann/run_all.py
diff options
context:
space:
mode:
Diffstat (limited to 'steuermann/run_all.py')
-rw-r--r--steuermann/run_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/steuermann/run_all.py b/steuermann/run_all.py
index 661f6fd..061dcd3 100644
--- a/steuermann/run_all.py
+++ b/steuermann/run_all.py
@@ -126,7 +126,7 @@ def main() :
def get_common_resources(hosts_ini):
if not os.path.exists(hosts_ini):
- print('ERROR - %s does not exist')
+ print('ERROR - %s does not exist' % hosts_ini)
sys.exit(1)
file = open(hosts_ini)