[CI] Format code with Black

This commit is contained in:
yunohost-bot 2023-12-09 15:12:51 +00:00
parent 457289d6ca
commit 0a7b5fb0ba

View file

@ -501,7 +501,9 @@ def app_change_url(operation_logger, app, domain, path):
change_url_script = os.path.join(tmp_workdir_for_app, "scripts/change_url")
import pdb; pdb.set_trace()
import pdb
pdb.set_trace()
# Execute App change_url script
change_url_failed = True