Skip to content

Commit

Permalink
replace tab with spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
dexbol committed Jun 11, 2014
1 parent 8c97e10 commit 76900bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TortoiseSVN.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def run(self, cmd, paths=None, isHung=False):

if not os.path.isfile(tortoiseproc_path):
sublime.error_message('can\'t find TortoiseProc.exe,'
' please config setting file' '\n --sublime-TortoiseSVN')
' please config setting file' '\n --sublime-TortoiseSVN')
raise

proce = subprocess.Popen('"' + tortoiseproc_path + '"' +
Expand Down

0 comments on commit 76900bd

Please sign in to comment.