old jobs removal

This commit is contained in:
ville rantanen
2014-09-03 13:23:03 +03:00
parent 3f3159b23e
commit cba2e4f5ef
4 changed files with 27 additions and 7 deletions

View File

@@ -329,7 +329,7 @@ class entry_collection:
else:
subprocess.call(command_str, stderr=subprocess.STDOUT, shell=True,executable="/bin/bash")
except:
print('Unable to run: "'+command_str+'"')
print('Non-zero exit code: "'+command_str+'"')
if (self.options.command or self.options.once or bg):
wait=False