Skip to content

Commit a4a5dba

Browse files
committed
Remove the hack
1 parent 0d24776 commit a4a5dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schematic/store/synapse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ def getFilesInStorageDataset(
706706
# HACK: must requery the fileview to get new files, since SynapseStorage will query the last state
707707
# of the fileview which may not contain any new folders in the fileview.
708708
# This is a workaround to fileviews not always containing the latest information
709-
self.query_fileview(force_requery=True)
709+
# self.query_fileview(force_requery=True)
710710
# Get path to dataset folder by using childern to avoid cases where the dataset is the scope of the view
711711
if self.storageFileviewTable.empty:
712712
raise ValueError(

0 commit comments

Comments
 (0)