efabless / cace

Circuit Automatic Characterization Engine
https://cace.readthedocs.io/
Apache License 2.0
35 stars 6 forks source link

ignore SIGUSR1 on windows #42

Closed Patarimi closed 3 months ago

Patarimi commented 3 months ago

cace-gui crash on windows with: AttributeError: module 'signal' has no attribute 'SIGUSR1' It seems that ignoring the instruction fix the issue. I don't know the purpose of SIGUSR1 so maybe I miss something.

mole99 commented 3 months ago

Thanks for the PR!