You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In run_existing_command.py, paths to the resources are built by using os.path.join. However, this should be done by something like sublime_lib.ResourcePath, because sublime_api uses its own path format. Therefore, running SublimeREPL on windows causes (at least for me) resources not to be found, because / and \ are mixed in the resource name. The same issue occured here.
The text was updated successfully, but these errors were encountered:
keraJLi
changed the title
SublimeREPL loads resources incorrectly
run_existing_command.py loads resources incorrectly on Windows
Mar 17, 2019
In
run_existing_command.py
, paths to the resources are built by usingos.path.join
. However, this should be done by something like sublime_lib.ResourcePath, becausesublime_api
uses its own path format. Therefore, running SublimeREPL on windows causes (at least for me) resources not to be found, because/
and\
are mixed in the resource name. The same issue occured here.The text was updated successfully, but these errors were encountered: