Update to classes.py for windows container #15
cricboy007
started this conversation in
General
Replies: 1 comment
-
Hi, @cricboy007. In your |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I had to update line 131 in classes.py to proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True) to avoid ERROR - [WinError 2] The system cannot find the file specified error in windows container.
Beta Was this translation helpful? Give feedback.
All reactions