From 76895dcf69107cf2e5a5fec7d1f0bfbfc8c279a4 Mon Sep 17 00:00:00 2001 From: Sam Libby Date: Sun, 10 Dec 2017 21:44:26 -0700 Subject: [PATCH] update check_io() to allow scripts to run on Windows --- bin/github-backup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/github-backup b/bin/github-backup index 96ed3f8..9aa920d 100755 --- a/bin/github-backup +++ b/bin/github-backup @@ -74,6 +74,7 @@ def logging_subprocess(popenargs, child.stderr: stderr_log_level} def check_io(): + if sys.platform == 'win32': return ready_to_read = select.select([child.stdout, child.stderr], [], [],