aboutsummaryrefslogtreecommitdiff
path: root/steuermann
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2016-07-04 11:01:40 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2016-07-04 11:01:40 -0400
commitc370c4b348e10753db467ac5d73ad31c782f8972 (patch)
tree45e20bbb9c80bb7c5ba4a9e8a92f617ac0ab8189 /steuermann
parent1a7065f614ecf05512ec4b93cb960e9ed2a6d7ee (diff)
downloadsteuermann-c370c4b348e10753db467ac5d73ad31c782f8972.tar.gz
Fix missing formatter
Diffstat (limited to 'steuermann')
-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)