From 67ebe8f9cc48c1005632395527bd3966f53f412f Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft Date: Thu, 11 Jan 2024 18:49:48 +0500 Subject: [PATCH] Workflow error corrected --- tutor/plugins/v0.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tutor/plugins/v0.py b/tutor/plugins/v0.py index d96c0144e1..3b306cf1c1 100644 --- a/tutor/plugins/v0.py +++ b/tutor/plugins/v0.py @@ -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: