Skip to content

Commit

Permalink
Workflow error corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul-Muqadim-Arbisoft committed Jan 11, 2024
1 parent d657b29 commit 67ebe8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tutor/plugins/v0.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,6 @@ def discover_all(cls) -> None:
try:
error: t.Optional[str] = None
cls(entrypoint)
except Distribution.VersionConflict as e:
error = e.report()
except Exception as e: # pylint: disable=broad-except
error = str(e)
if error:
Expand Down

0 comments on commit 67ebe8f

Please sign in to comment.