Skip to content

Commit 35ff92f

Browse files
author
Andrew Sultana
authored
Add missing import (errno)
Fix the NameError caused by `pid_exists` using the currently unimported `errno` standard library module
1 parent ba18350 commit 35ff92f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

delegator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import signal
55
import sys
66
import locale
7+
import errno
78

89
from pexpect.popen_spawn import PopenSpawn
910

0 commit comments

Comments
 (0)