Skip to content
Snippets Groups Projects
Commit 182508fd authored by lkugler's avatar lkugler
Browse files

rm print

parent 815dc09a
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,6 @@ class ClusterConfig(object):
else:
print(cmd)
returncode = os.system(cmd)
print(cmd, 'returncode', returncode)
if returncode != 0:
raise Exception('Error running command >>> '+cmd)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment