Bug Fix for Unix Systems
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
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