I have a build that works fine on build 3157, but breaks on 3158.
{
"shell" : true,
"cmd" : [
"C:/ProgramData/Miniconda3/python.exe", "-u",
"C:/Users/mbark/Dropbox/script.py", "--test", "--verbose", "-y",
],
"file_regex" : "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector" : "source.python",
"word_wrap" : "false",
"working_dir" : "$project_path"
}
Running the command in powershell works fine. I’ve switched back to the previous build in the meantime.