We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vanilla debian12 install, clone modoboa-installer, checkout rspamd branch, then python run.py --interactive example.com , installer fails instantly.
python run.py --interactive example.com
➜ modoboa-installer git:(rspamd) ./run.py --interactive example.com File "/root/modoboa-installer/./run.py", line 251 f"You can also enjoy rspamd at https://{config.get("general", "hostname")}/rspamd ({config.get("rspamd", "password")})" ^^^^^^^ SyntaxError: f-string: unmatched '('
installer works
also tried fetching pull #493 locally and retrying , but get exactly the same behavior.
The text was updated successfully, but these errors were encountered:
I encountered the same issue during the installation process.
Sorry, something went wrong.
No branches or pull requests
Impacted versions
Steps to reproduce
vanilla debian12 install, clone modoboa-installer, checkout rspamd branch, then
python run.py --interactive example.com
, installer fails instantly.Full trace using --debug option or current behaviour
➜ modoboa-installer git:(rspamd) ./run.py --interactive example.com
File "/root/modoboa-installer/./run.py", line 251
f"You can also enjoy rspamd at https://{config.get("general", "hostname")}/rspamd ({config.get("rspamd", "password")})"
^^^^^^^
SyntaxError: f-string: unmatched '('
Expected behavior
installer works
Additional info
also tried fetching pull #493 locally and retrying , but get exactly the same behavior.
The text was updated successfully, but these errors were encountered: