Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SublimeText/LaTeXTools
Browse files Browse the repository at this point in the history
  • Loading branch information
msiniscalchi committed Dec 15, 2015
2 parents c573f70 + 6169a6f commit 7c6b6d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jumpto_tex_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def run_command(command):
else:
command.append(file_path)
print("RUN: {0}".format(command))
subprocess.Popen(command, shell=True)
subprocess.Popen(command)

psystem = sublime.platform()
commands = get_setting("open_image_command", {}).get(psystem, None)
Expand Down

0 comments on commit 7c6b6d2

Please sign in to comment.