Skip to content

Commit

Permalink
codacy: removed unneeded local var
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcorneliusmartin committed Nov 2, 2022
1 parent cd10ca2 commit 3de72b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vantage6-node/vantage6/node/docker/docker_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ def run(self, result_id: int, image: str, docker_input: bytes,
self.failed_tasks.append(task)
return None

except UnknownAlgorithmStartFail as e:
except UnknownAlgorithmStartFail:
self.log.exception(f'Failed to start result {result_id} due to unknown reason')
task.failed = True
vpn_ports = __run()
Expand Down

0 comments on commit 3de72b0

Please sign in to comment.