Skip to content

Commit 36f540e

Browse files
committed
riotctrl.ctrl: use subprocess's DEVNULL for DEVNULL
1 parent f827fae commit 36f540e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

riotctrl/ctrl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import pexpect
1414

1515

16-
DEVNULL = open(os.devnull, 'w')
16+
DEVNULL = subprocess.DEVNULL
1717
MAKE = os.environ.get('MAKE', 'make')
1818

1919

0 commit comments

Comments
 (0)