Adjust output of regain
This commit is contained in:
parent
5e0ce5006b
commit
e294f5b872
@ -100,8 +100,8 @@ if __name__ == "__main__":
|
|||||||
output = result.stdout
|
output = result.stdout
|
||||||
error = result.stderr
|
error = result.stderr
|
||||||
# Handle the captured output as needed
|
# Handle the captured output as needed
|
||||||
print("Output:", output)
|
print("STDOUT Output:", output)
|
||||||
print("Error:", error)
|
print("STDERR Output:", error)
|
||||||
else:
|
else:
|
||||||
result = subprocess.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
result = subprocess.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user