mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
Fix sby execution on Windows
This commit is contained in:
parent
23f89011b6
commit
196c3c779a
|
@ -242,6 +242,7 @@ class SbyJob:
|
|||
if task.running:
|
||||
fds.append(task.p.stdout)
|
||||
|
||||
if os.name == "posix":
|
||||
try:
|
||||
select(fds, [], [], 1.0) == ([], [], [])
|
||||
except InterruptedError:
|
||||
|
|
Loading…
Reference in a new issue