Aleks forgot to remove pdb.set_trace ...

This commit is contained in:
Alexandre Aubin 2023-12-09 18:26:02 +01:00
parent fa848c376f
commit 54a6a1b3d2

View file

@ -501,10 +501,6 @@ 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()
# Execute App change_url script
change_url_failed = True
try: