Skip to content

Commit

Permalink
trigger codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-zehentleitner committed May 12, 2024
1 parent 134c941 commit c5cb872
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unicorn_fy/unicorn_fy.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ def __init__(self, debug=False):
self.version = __version__

if debug is True:
logger.info(f"New instance of unicorn-fy_{__version__}-{'compiled' if cython.compiled else 'source'} on "
f"{str(platform.system())} {str(platform.release())} started ...")
logger.info(f"New instance of {__app_name__}_{__version__}-{'compiled' if cython.compiled else 'source'} "
f"on {str(platform.system())} {str(platform.release())} started ...")

def __enter__(self):
logger.debug(f"Entering with-context of UnicornFy() ...")
Expand Down

0 comments on commit c5cb872

Please sign in to comment.