We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c2cd07 commit 1b538e9Copy full SHA for 1b538e9
test/unit_test/screen/screenshot_test.py
@@ -7,7 +7,7 @@
7
assert (image is not None)
8
print(image)
9
10
-subprocess.call("notepad.exe")
+subprocess.Popen("notepad.exe", stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, shell=True)
11
12
# screenshot and save
13
image = screenshot("test.png")
0 commit comments