Skip to content

Commit 76895dc

Browse files
authored
update check_io() to allow scripts to run on Windows
1 parent 1d50a40 commit 76895dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/github-backup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ def logging_subprocess(popenargs,
7474
child.stderr: stderr_log_level}
7575

7676
def check_io():
77+
if sys.platform == 'win32': return
7778
ready_to_read = select.select([child.stdout, child.stderr],
7879
[],
7980
[],

0 commit comments

Comments
 (0)