Ok my bad.
First traceback:
Second traceback:
First traceback:
Error:Traceback (most recent call last):
File "C:/Users/Darwin/mu_code/sampleSubprocess2.py", line 41, in <module>
sub = subprocess.Popen(partial(runCycle, cycle))
File "C:\Users\Darwin\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Darwin\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 1247, in _execute_child
args = list2cmdline(args)
File "C:\Users\Darwin\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 549, in list2cmdline
for arg in map(os.fsdecode, seq):
TypeError: 'functools.partial' object is not iterable
Process finished with exit code 1Second traceback:
Error:Traceback (most recent call last):
File "C:/Users/Darwin/mu_code/sampleSubprocess2.py", line 36, in <module>
sub = subprocess.Popen(runCycle())
File "C:\Users\Darwin\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 854, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Darwin\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 1247, in _execute_child
args = list2cmdline(args)
File "C:\Users\Darwin\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 549, in list2cmdline
for arg in map(os.fsdecode, seq):
TypeError: 'NoneType' object is not iterable
Process finished with exit code 1