Skip to content

Commit

Permalink
Oops...
Browse files Browse the repository at this point in the history
  • Loading branch information
kozec committed Jun 13, 2016
1 parent 38e42c5 commit 0e18f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/syncthing-gtk-exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
from syncthing_gtk.tools import get_install_path
path = get_install_path()
os.chdir(path)
print os.environ["PATH"]
os.environ["PATH"] = path
sys.path = [ path ]

from syncthing_gtk.tools import init_logging, init_locale
from syncthing_gtk import windows
Expand Down

0 comments on commit 0e18f28

Please sign in to comment.