Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-usielski committed Nov 20, 2023
1 parent 2de1472 commit 3799320
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions moler/config/loggers.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,10 +515,10 @@ def configure_moler_main_logger():
logger.info("More logs in: {}".format(_logging_path))
_list_libraries(logger=logger)
if sys.version_info < (3, 7):
logger.warning("****************************************************")
logger.warning("* Support for Python < 3.7 will be removed soon. *")
logger.warning("* Please update your Python to 3.7 at least. *")
logger.warning("****************************************************")
logger.warning("****************************************************\n"
"* Support for Python < 3.7 will be removed soon. *\n"
"* Please update your Python to 3.7 at least. *\n"
"****************************************************")
global _main_logger
_main_logger = logger

Expand Down

0 comments on commit 3799320

Please sign in to comment.