Skip to content

Commit

Permalink
Fixes #59
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbob88 committed Sep 21, 2019
1 parent bdc289a commit 4592327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion beer_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -1827,7 +1827,7 @@ def j_open(): # JUST OPEN

file_str = filedialog.askopenfilename(
initialdir=os.path.expanduser(
'~/.config/Wheelers-Wort-Works/recipes/' if __mode__ == 'deb' else '.'),
'~/.config/Wheelers-Wort-Works-ce/recipes/' if __mode__ == 'deb' else '.'),
title="Select file",
filetypes=(
("BERF",
Expand Down
2 changes: 1 addition & 1 deletion beer_engine2.py
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,7 @@ def j_open(): # JUST OPEN

file_str = filedialog.askopenfilename(
initialdir=os.path.expanduser(
u'~/.config/Wheelers-Wort-Works/recipes/' if __mode__ == u'deb' else u'.'),
u'~/.config/Wheelers-Wort-Works-ce/recipes/' if __mode__ == u'deb' else u'.'),
title=u"Select file",
filetypes=(
(u"BERF",
Expand Down

0 comments on commit 4592327

Please sign in to comment.