Skip to content

Commit

Permalink
removing an exit statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurDeclercq committed Jan 3, 2024
1 parent 4c81e08 commit b36e238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms2rescore/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def rescore(configuration: Dict, psm_list: Optional[PSMList] = None) -> None:
json.dump(configuration, f, indent=4)

logger.debug("Using %i of %i available CPUs.", int(config["processes"]), int(cpu_count()))
exit()

# Parse PSMs
psm_list = parse_psms(config, psm_list)

Expand Down

0 comments on commit b36e238

Please sign in to comment.