Closed shraddheya closed 1 year ago
This fails because:
on:
as True
and creates True: {...}
gramex.cache.cache_key()
True
is not a valid JSON key, and this raises an error. (Specifically, it's unable to sort str and bool together.)We don't anticipate gramex.yaml
having keys that are not strings. (We'll change on:
to something else.)
Closing as won't fix.
Gramex crashes with error
When we use
on
ingramex.yaml
For example: