mirror of
https://github.com/josegonzalez/python-github-backup.git
synced 2025-12-06 16:38:03 +01:00
update check_io() to allow scripts to run on Windows
This commit is contained in:
@@ -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],
|
||||
[],
|
||||
[],
|
||||
|
||||
Reference in New Issue
Block a user