Merge pull request #1749 from YunoHost/ci-format-debian/11.2.8.1

[CI] Format code with Black
This commit is contained in:
Alexandre Aubin 2023-12-09 16:36:40 +01:00 committed by GitHub
commit fa848c376f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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