Commit 31540089 authored by kalvin's avatar kalvin

fixbugs

parent c391f8fa
......@@ -30,5 +30,5 @@ try:
time.sleep(2)
if count == 120 or all_job_is_done:
break
except Exception:
return
\ No newline at end of file
except Exception as e:
print str(e)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment