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
I just tried the plugin but it does not work with a relatively recent version of sublime text on my machine.
The sublime text console show the following error:
The key does not exist. I guess it has been deleted recently.
This cause the plugin not to be able to do a command on any file.
How to fix this:
sublime.active_window().extract_variables()['file_path'] can be used to get the file path of the current window and the containing folder can be extracted using os.path.dirname. This works on my machine with that.
It looks like the code Perforce.py on master is different and does not contains this line.
The text was updated successfully, but these errors were encountered:
Hello,
I just tried the plugin but it does not work with a relatively recent version of sublime text on my machine.
The sublime text console show the following error:
The key does not exist. I guess it has been deleted recently.
This cause the plugin not to be able to do a command on any file.
How to fix this:
sublime.active_window().extract_variables()['file_path']
can be used to get the file path of the current window and the containing folder can be extracted usingos.path.dirname
. This works on my machine with that.It looks like the code Perforce.py on master is different and does not contains this line.
The text was updated successfully, but these errors were encountered: