Skip to content

Commit

Permalink
added logging.info message
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonjacobs1 committed May 17, 2024
1 parent 72b362c commit c75c89a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions histoqc/_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def setup_plotting_backend(logger=None, debug=False):

if debug and (platform.system() == "Windows" or os.environ.get('DISPLAY')):
matplotlib.use('TkAgg')
logger.info("Display found and debug mode enabled. Using TkAgg backend for matplotlib.")

else:
matplotlib.use('Agg')
Expand Down

0 comments on commit c75c89a

Please sign in to comment.