mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
fixed script for py36
This commit is contained in:
parent
6889741480
commit
eaae54ebf5
@ -25,7 +25,7 @@ for fname in files:
|
||||
cmd = line.split("\"")[1]
|
||||
tested.append(cmd)
|
||||
|
||||
out = subprocess.run(['g', 'list'], capture_output = True, encoding=locale.getpreferredencoding())
|
||||
out = subprocess.run(['g', 'list'], stdout = subprocess.PIPE, encoding=locale.getpreferredencoding())
|
||||
all_cmd = out.stdout.splitlines()
|
||||
all_cmd.pop(0)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user