PyChecker and stdin

Olaf Meding OlafMeding at compuserve.com
Tue Mar 30 15:39:40 EST 2004


Is there a way to tell PyChecker to "skip" a line of source code?  Or
any other workarounds would also greatly appreciated.

This line:
  s = sys.stdin.read(4)
Causes this PyChecker error:
  IOError: [Errno 9] Bad file descriptor


Thanks much for your help.

Olaf



More information about the Python-list mailing list