Skip to content

Commit 92ab2b1

Browse files
Revert "fix condition"
This reverts commit b985b4e.
1 parent b985b4e commit 92ab2b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/diffgram/core/diffgram_dataset_iterator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def __next__(self):
8787
def __validate_file_ids(self):
8888
if not self.diffgram_file_id_list:
8989
return
90-
result = self.project.file.file_list_exists(self.diffgram_file_id_list, use_session = True)
90+
result = self.project.file.file_list_exists(self.diffgram_file_id_list, use_session = False)
9191
if not result:
9292
raise Exception(
9393
'Some file IDs do not belong to the project. Please provide only files from the same project.')

0 commit comments

Comments
 (0)