Commit 1ec51674 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

do not sync cache when preparing input files

parent 736832e3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -231,7 +231,7 @@ class JobIO(Dictifiable):
        return paths

    def get_input_path(self, dataset: DatasetInstance) -> DatasetPath:
        real_path = dataset.get_file_name()
        real_path = dataset.get_file_name(sync_cache=False)
        false_path = self.dataset_path_rewriter.rewrite_dataset_path(dataset, "input")
        return DatasetPath(
            dataset.dataset.id,