Skip to content

Bug Fix for Unix Systems

Compare
Choose a tag to compare
@tjkessler tjkessler released this 09 Jun 23:05
· 86 commits to master since this release
7b9d8fb
  • subprocess.Popen call required a list of arguments instead of a string on Unix-based systems, therefore the command was .split() to form a list