divvun / kbdgen-archived

Archived Python/Rust hybrid codebase - see divvun/kbdgen for v3
Other
26 stars 9 forks source link

Error model regex generation fails for no obvious reason #69

Open snomos opened 4 years ago

snomos commented 4 years ago
kbdgen build error-model --layout crk -o test.regex .
[2020-04-14T10:27:17Z ERROR kbdgen.gen.errormodel] No layout provided with the -l flag; aborting.
[2020-04-14T10:27:17Z INFO  kbdgen.gen.errormodel] Available layouts: crk-Cans, crk

The given layout is the same as one of those listed as available. Either there is a bug, or the error message is misleading, covering up the real error.

bbqsrc commented 4 years ago

It's not passing the flag correctly to the Python code.