We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d50a40 commit 76895dcCopy full SHA for 76895dc
1 file changed
bin/github-backup
@@ -74,6 +74,7 @@ def logging_subprocess(popenargs,
74
child.stderr: stderr_log_level}
75
76
def check_io():
77
+ if sys.platform == 'win32': return
78
ready_to_read = select.select([child.stdout, child.stderr],
79
[],
80
0 commit comments