Open Written2001 opened 2 months ago
Nested quotes are supported in Python 3.12 and above
Not sure if it's the default but the python version in my stash docker container is 3.11.2
Ah. Nerethos is still on py3.11.2
Another bug that needs to be fixed: the "path" setting is not configured in the defaults.
The UI has this as "Download parent folder" but it is not set until it is modified so it needs to be added to the settings default object.
Could you also add the following to the settings on line 1335
"path": "/download_dir/tt-auto",
Ah. Nerethos is still on py3.11.2
Yeah the Image is based on debian bookworm which has no prebuild deb packages for python3.12
This line leads to an syntax error: "unmatched '['" due to the usage of double quotes for both the f-string and the inner dictionary key. The proposed solution fixes that.