We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5189d6 commit 42d0c54Copy full SHA for 42d0c54
synapseclient/models/submission.py
@@ -496,7 +496,7 @@ async def _fetch_latest_entity(
496
except Exception as e:
497
raise ValueError(
498
f"Unable to fetch entity information for {self.entity_id}: {e}"
499
- )
+ ) from e
500
501
def to_synapse_request(self) -> dict:
502
"""Creates a request body expected of the Synapse REST API for the Submission model.
0 commit comments