mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Merge pull request #1749 from YunoHost/ci-format-debian/11.2.8.1
[CI] Format code with Black
This commit is contained in:
commit
fa848c376f
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue