Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. "shell_cmd": "python3 -OO -u \"$file\"",
  3. "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
  4. "selector": "source.python.3",
  5. "windows":
  6. {
  7. "shell_cmd": "py -3 -OO -u \"$file\""
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement