Skip to content

Commit 02e4b1e

Browse files
authored
Update collector.py (#578)
1 parent 27f262a commit 02e4b1e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scheduler/core/components/collector/collector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,6 @@ def load_programs(self, program_provider_class: Type[ProgramProvider], data: Ite
397397
except Exception as e:
398398
bad_program_count += 1
399399
_logger.warning(f'Could not parse program: {e}')
400-
raise e
401400

402401
if bad_program_count:
403402
_logger.error(f'Could not parse {bad_program_count} programs.')

0 commit comments

Comments
 (0)