Skip to content

Commit f0968a2

Browse files
committed
remove hack related comment
1 parent 3261dcc commit f0968a2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

schematic/store/synapse.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,10 +703,7 @@ def getFilesInStorageDataset(
703703
ValueError: Dataset ID not found.
704704
"""
705705
file_list = []
706-
# HACK: must requery the fileview to get new files, since SynapseStorage will query the last state
707-
# of the fileview which may not contain any new folders in the fileview.
708-
# This is a workaround to fileviews not always containing the latest information
709-
# self.query_fileview(force_requery=True)
706+
710707
# Get path to dataset folder by using childern to avoid cases where the dataset is the scope of the view
711708
if self.storageFileviewTable.empty:
712709
raise ValueError(

0 commit comments

Comments
 (0)