Skip to content

Commit 79b8c8f

Browse files
committed
fixing bug with logger
1 parent afd2a5c commit 79b8c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singularity/views/trees.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ def make_package_tree(matrix=None,labels=None,width=25,height=10,title=None):
206206
:returns a plot that can be saved with savefig
207207
'''
208208
if not isinstance(matrix,pandas.DataFrame):
209-
bot.log.info("No pandas DataFrame (matrix) of similarities defined, will use default.")
209+
bot.logger.info("No pandas DataFrame (matrix) of similarities defined, will use default.")
210210
matrix = compare_packages()['files.txt']
211211
title = 'Docker Library Similarity to Base OS'
212212

0 commit comments

Comments
 (0)