diff --git a/scripts/regain b/scripts/regain index 7d1b3be..811d92b 100755 --- a/scripts/regain +++ b/scripts/regain @@ -100,8 +100,8 @@ if __name__ == "__main__": output = result.stdout error = result.stderr # Handle the captured output as needed - print("Output:", output) - print("Error:", error) + print("STDOUT Output:", output) + print("STDERR Output:", error) else: result = subprocess.run(cmd, stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)