Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
minor fix
  • Loading branch information
Aleksandr Gornostal committed Nov 20, 2012
1 parent 27f60cd commit fcad71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modific.py
Expand Up @@ -115,7 +115,7 @@ def run(self):
except OSError, e: except OSError, e:
if e.errno == 2: if e.errno == 2:
main_thread(sublime.error_message, main_thread(sublime.error_message,
"'%s' binary could not be found in PATH\n\nConsider using the vcs_command to specify PATH\n\nPATH is: %s" % (self.command[0], os.environ['PATH'])) "'%s' binary could not be found in PATH\n\nConsider using `vcs` property to specify PATH\n\nPATH is: %s" % (self.command[0], os.environ['PATH']))
else: else:
raise e raise e


Expand Down

0 comments on commit fcad71d

Please sign in to comment.