#57 Catch termios errors on non-terminal.
Closed: Fixed by lruzicka. Opened by lruzicka.

try:
    termios.tcflush(sys.stdin, termios.TCIFLUSH)
    except io.UnsupportedOperation:
    self.warning("We are not on a terminal, terminal flushing was skipped.")

this does not fully work. Make this work. Thanks.


Metadata Update from @lruzicka:
- Custom field story_points adjusted to 2

Fix is available in https://pagure.io/fedora-easy-karma/pull-request/63

Commit 3954af87 fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/quality/fedora-easy-karma/issues/57

Please continue any further discussion there.

Metadata
Related Pull Requests