Commit 5901f56c authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix variable name

parent 30018220
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>slave_instance = state_change[\'object\']\n <value> <string>slave_instance = state_change[\'object\']\n
service_relative_url = software_instance.portal_preferences.\\\n service_relative_url = slave_instance.portal_preferences.\\\n
getPreferredInstanceSetupResource()\n getPreferredInstanceSetupResource()\n
return context.SlaveInstance_getInstancePackingListLine(\n return context.SlaveInstance_getInstancePackingListLine(\n
state_change, \n state_change, \n
......
250 251
\ 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