Skip to content

Commit

Permalink
Possible fix for a pylint zealous error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfernandez committed May 23, 2024
1 parent e7f6cb0 commit 92a6e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wfexs_backend/workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1439,7 +1439,7 @@ def FromPreviousROCrate(
except Exception as e2:
raise WFException(
f"Unable to locate RO-Crate metadata descriptor within {public_name}"
) from ExceptionGroup(
) from ExceptionGroup( # pylint: disable=possibly-used-before-assignment
f"Both {ROCRATE_JSONLD_FILENAME} and {LEGACY_ROCRATE_JSONLD_FILENAME} tried",
[e, e2],
)
Expand Down

0 comments on commit 92a6e21

Please sign in to comment.