This commit is contained in:
Daniel 2023-12-09 12:05:46 +01:00
parent 9080840c3c
commit 14a5369a36

View file

@ -164,7 +164,7 @@ class Runner:
# command_arguments.append("on") # command_arguments.append("on")
# Disable capturing. With -s set, prints will go to console as if pytest is not there. # Disable capturing. With -s set, prints will go to console as if pytest is not there.
if os.environ["PWDEBUG"] == "1": if os.environ.get("PWDEBUG") == "1":
command_arguments.append("-s") command_arguments.append("-s")
# headed # headed