Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
minor fixin
Browse files Browse the repository at this point in the history
  • Loading branch information
mthnglac committed Apr 20, 2020
1 parent 396be8a commit 07f0395
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/python/threads/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ def run(self):
finally:
if result is not None:
error_msg = "Error occured!"
print(result)
# print(result.args)
if type(result) == tuple:
if isinstance(result.args, Iterable):
if 'unavailable' in result.args[0]:
Expand Down

0 comments on commit 07f0395

Please sign in to comment.