Fix pylint warnings on Windows.
This commit is contained in:
parent
fc15e85811
commit
b57027f800
@ -300,6 +300,7 @@ class SignalHandler(QObject):
|
|||||||
signal.SIGTERM, self.interrupt)
|
signal.SIGTERM, self.interrupt)
|
||||||
|
|
||||||
if os.name == 'posix' and hasattr(signal, 'set_wakeup_fd'):
|
if os.name == 'posix' and hasattr(signal, 'set_wakeup_fd'):
|
||||||
|
# pylint: disable=import-error,no-member
|
||||||
import fcntl
|
import fcntl
|
||||||
read_fd, write_fd = os.pipe()
|
read_fd, write_fd = os.pipe()
|
||||||
for fd in (read_fd, write_fd):
|
for fd in (read_fd, write_fd):
|
||||||
|
Loading…
Reference in New Issue
Block a user