Skip to content

Commit 4ecd1b3

Browse files
Correct debug setting
1 parent 9ab59d1 commit 4ecd1b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/run_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ def run(self, data_desc: DataDescriptor, configs: List[dict], ref: Optional[dict
5151
start = time.perf_counter()
5252

5353
subjects = self.file_srv.filter_processed_subjects(data_desc, hashconf)
54-
subjects = []
5554
if len(subjects) > 0:
5655
os.makedirs(conf_dir, exist_ok=True)
5756
self.file_srv.write_config2csv(config, os.path.join(conf_dir, CONFIG_CSV))

0 commit comments

Comments
 (0)