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 f827fae commit 36f540eCopy full SHA for 36f540e
riotctrl/ctrl.py
@@ -13,7 +13,7 @@
13
import pexpect
14
15
16
-DEVNULL = open(os.devnull, 'w')
+DEVNULL = subprocess.DEVNULL
17
MAKE = os.environ.get('MAKE', 'make')
18
19
0 commit comments