You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There may be also a workaround on project/user side, as the default value app.confdir is just the default, meaning settingtr_rootdir in conf.py should fix it.
Can you try this and and give a short feedback?
tr_rootdir
being aPath
obj causes esbonio v0.92.1 (pre-release) to crashtest_reports.py#L47:
since
app.confdir
is aPath
, it causes esbonio to raise an exception as it cant convert the configuration to a jsonutil.py#L27:
one way to fix this issue would be:
The text was updated successfully, but these errors were encountered: