Skip to content

Commit

Permalink
Revert "update logic"
Browse files Browse the repository at this point in the history
This reverts commit 5455066.
  • Loading branch information
GiaJordan committed Jul 26, 2024
1 parent 5455066 commit 3cce7de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schematic/models/validate_attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ def _login(
where_clauses: Optional[list] = None,
):
# if the ValidateAttribute object already has a SynapseStorage object, just requery the fileview, if not then login
if self.synStore:
if hasattr(self, "synStore"):
if self.synStore.project_scope != project_scope:
self.synStore.project_scope = project_scope
self.synStore.query_fileview(columns=columns, where_clauses=where_clauses)
Expand Down

0 comments on commit 3cce7de

Please sign in to comment.