We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2debb commit 731526aCopy full SHA for 731526a
backend/btrixcloud/background_jobs.py
@@ -432,7 +432,7 @@ async def create_re_add_org_pages_job(
432
return job_id
433
# pylint: disable=broad-exception-caught
434
except Exception as exc:
435
- # pylint: disable=raise-missing-from
+ # pylint: disable=raise-missing-from
436
print(f"warning: re-add org pages job could not be started: {exc}")
437
return None
438
0 commit comments