mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-06 14:24: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:
|
if task.running:
|
||||||
fds.append(task.p.stdout)
|
fds.append(task.p.stdout)
|
||||||
|
|
||||||
|
if os.name == "posix":
|
||||||
try:
|
try:
|
||||||
select(fds, [], [], 1.0) == ([], [], [])
|
select(fds, [], [], 1.0) == ([], [], [])
|
||||||
except InterruptedError:
|
except InterruptedError:
|
||||||
|
|
Loading…
Reference in a new issue