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.
1 parent b985b4e commit 92ab2b1Copy full SHA for 92ab2b1
sdk/diffgram/core/diffgram_dataset_iterator.py
@@ -87,7 +87,7 @@ def __next__(self):
87
def __validate_file_ids(self):
88
if not self.diffgram_file_id_list:
89
return
90
- result = self.project.file.file_list_exists(self.diffgram_file_id_list, use_session = True)
+ result = self.project.file.file_list_exists(self.diffgram_file_id_list, use_session = False)
91
if not result:
92
raise Exception(
93
'Some file IDs do not belong to the project. Please provide only files from the same project.')
0 commit comments