Skip to content

Commit

Permalink
Merge pull request #206 from ztepsic/master
Browse files Browse the repository at this point in the history
Starting REPL from Command Palette not working when path contains non ASCII characters on Windows
  • Loading branch information
wuub committed Jul 23, 2013
2 parents 3ef4b18 + 6df7eb3 commit 64a411e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_existing_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def plugin_loaded():

PY2 = False
if sys.version_info[0] == 2:
SUBLIMEREPL_DIR = os.getcwd()
SUBLIMEREPL_DIR = os.getcwdu()
SUBLIMEREPL_USER_DIR = os.path.join(sublime.packages_path(), "User", "SublimeREPL")
PY2 = True

Expand Down

0 comments on commit 64a411e

Please sign in to comment.