We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6795c4c commit e30df85Copy full SHA for e30df85
schematic/store/synapse.py
@@ -1056,7 +1056,7 @@ def updateDatasetManifestFiles(
1056
1057
Returns:
1058
Synapse ID of updated manifest and Pandas dataframe containing the updated manifest.
1059
- If there is no existing manifest return None
+ If there is no existing manifest or if the manifest does not have an entityId column, return None
1060
"""
1061
1062
# get existing manifest Synapse ID
0 commit comments