Skip to content

Commit

Permalink
just aesthetics - #225.
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Jan 15, 2018
1 parent 03572f1 commit 73c5c27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bauble/plugins/garden/picture_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def __init__(self, container, *args, **kwargs):

def emit(self, record):
msg = self.format(record)
stock = {11: 'gtk-open',
12: 'gtk-properties',
stock = {11: 'gtk-directory',
12: 'gtk-file',
13: 'gtk-new', }[record.levelno]
self.container.append([stock, msg])

Expand Down

0 comments on commit 73c5c27

Please sign in to comment.