lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

Commit a27c7e60 authored by Łukasz Nowak's avatar Łukasz Nowak

Avoid object creation.

The promise will always fail, unless there is active system preference to fix.
parent 37ecaf8d
No related merge requests found
......@@ -60,10 +60,7 @@ domain = domain_port[:-(len(port)+1)]\n
\n
system_preference = portal_preferences.getActiveSystemPreference()\n
if system_preference is None:\n
system_preference = portal_preferences.newContent(\n
portal_type="System Preference", \n
title="Created by Promise Alarms")\n
system_preference.enable()\n
return\n
\n
system_preference.edit(\n
preferred_ooodoc_server_address=domain,\n
......
20
\ No newline at end of file
21
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment