Lux-AI-Challenge / Lux-Design-S1

Home to the design and engine of the @Lux-AI-Challenge Season 1, hosted on @kaggle
https://lux-ai.org/
Apache License 2.0
897 stars 151 forks source link

Cannot ctrl-c on windows #37

Open StoneT2000 opened 3 years ago

StoneT2000 commented 3 years ago

the cli tool doesn't let you ctrl-c in the middle.

the cli tool should 1. let you ctrl-c and 2. auto close after a match runs.

StoneT2000 commented 3 years ago

may be a bug with backing engine and not lux ai tbd

zeppdev commented 3 years ago

Fyi, Ctrl+Pause/Break works as a workaround.

StoneT2000 commented 3 years ago

what does the work around do?

zeppdev commented 3 years ago

what does the work around do?

Ctrl+Break combination (instead of Ctrl+C) also terminates the script on Windows (after a Yes/No prompt). Otherwise one needs to close and reopen the terminal to run the script after an error. Sorry, should have called it an alternative instead of a workaround.