Skip to content
Snippets Groups Projects
Commit 6e99f0da authored by Chris Hines's avatar Chris Hines
Browse files

cleanup some code around detecting errors

parent 7d9bfd28
No related branches found
No related tags found
3 merge requests!77Revert "disable agressive kill and restart",!64Test,!62Dev
Pipeline #15799 passed
......@@ -261,6 +261,7 @@ class JobStat(Resource):
return apiabort(400, message="Missing required parameter {}\n{}".format(e,traceback.format_exc()))
rv = wrap_execute(sshsess, host=host, user=user, cmd=cmd)
return rv
class MkDir(Resource):
def post(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment