Skip to content

Commit

Permalink
Use logger, not logging
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Feb 10, 2021
1 parent 67d5b81 commit be028ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms2rescore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,4 +245,4 @@ def run(self):
if self.config["general"]["run_percolator"]:
self._run_percolator()

logging.info("MS²ReScore finished!")
logger.info("MS²ReScore finished!")

0 comments on commit be028ec

Please sign in to comment.