Commit 31540089 authored by kalvin's avatar kalvin

fixbugs

parent c391f8fa
...@@ -30,5 +30,5 @@ try: ...@@ -30,5 +30,5 @@ try:
time.sleep(2) time.sleep(2)
if count == 120 or all_job_is_done: if count == 120 or all_job_is_done:
break break
except Exception: except Exception as e:
return print str(e)
\ No newline at end of file \ 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