Commit 34de8860 authored by Łukasz Nowak's avatar Łukasz Nowak

Fixup 41cd35ad

parent 41cd35ad
...@@ -204,14 +204,13 @@ else:\n ...@@ -204,14 +204,13 @@ else:\n
instance.edit(causality_value=new_delivery)\n instance.edit(causality_value=new_delivery)\n
else:\n else:\n
raise NotImplementedError\n raise NotImplementedError\n
if new_delivery is not None:\n
new_delivery.startBuilding()\n
\n
elif (service_relative_url == cleanup_service_relative_url):\n elif (service_relative_url == cleanup_service_relative_url):\n
raise NotImplementedError, "Not update should be allowed"\n raise NotImplementedError, "Not update should be allowed"\n
\n
else:\n else:\n
raise NotImplementedError\n raise NotImplementedError\n
\n
if new_delivery is not None:\n
new_delivery.startBuilding()\n
</string> </value> </string> </value>
</item> </item>
<item> <item>
......
26 27
\ No newline at end of file \ 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