Skip to content

Commit

Permalink
Removed unecessary directory addition.
Browse files Browse the repository at this point in the history
  • Loading branch information
betterengineering committed Nov 12, 2015
1 parent f8ad409 commit 03c5592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Openroast.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def get_script_dir(follow_symlinks=True):
if getattr(sys, 'frozen', False):
path = os.path.abspath(sys.executable)
else:
path = inspect.getabsfile(get_script_dir + '/lib')
path = inspect.getabsfile(get_script_dir)

if follow_symlinks:
path = os.path.realpath(path)
Expand Down

0 comments on commit 03c5592

Please sign in to comment.