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.
2 parents 7321687 + b03fdd4 commit 602bfa7Copy full SHA for 602bfa7
1 file changed
cutlass/Study.py
@@ -515,7 +515,7 @@ def is_valid(self):
515
516
(valid, error_message) = session.get_osdf().validate_node(document)
517
518
- if 'subset_of' not in self._links.key() and 'part_of' not in self._links.keys():
+ if 'subset_of' not in self._links and 'part_of' not in self._links:
519
self.logger.debug("Doesn't have the subset_of or the part_of linkage.")
520
valid = False
521
0 commit comments