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

Typo.

parent d57309da
...@@ -92,7 +92,7 @@ for hosting_subscription in portal.portal_catalog(\n ...@@ -92,7 +92,7 @@ for hosting_subscription in portal.portal_catalog(\n
aggregate=hosting_subscription.getRelativeUrl()\n aggregate=hosting_subscription.getRelativeUrl()\n
)\n )\n
add_kw_list.append((add_kw, hosting_subscription.getPath()))\n add_kw_list.append((add_kw, hosting_subscription.getPath()))\n
if hosting_subscription.getSlapState() == \'destroyed_requested\':\n if hosting_subscription.getSlapState() == \'destroy_requested\':\n
remove_hosting_list.append((hosting_subscription.getRelativeUrl(), hosting_subscription.getPath()))\n remove_hosting_list.append((hosting_subscription.getRelativeUrl(), hosting_subscription.getPath()))\n
try:\n try:\n
start_date = getWorkflowDate(hosting_subscription, \'request_instance\')\n start_date = getWorkflowDate(hosting_subscription, \'request_instance\')\n
......
737 738
\ 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