Commit 8b6f3779 authored by Łukasz Nowak's avatar Łukasz Nowak

Fix NameError.

parent 41740ae2
master alain-message amarisoft cache cleanup cli_request_parameters_file cliff-cleanup cln-fixes cygwin-link-local dev/buildout_rebase_experiments feat/cli_request_file feat/improve_testcase feat/ipv6_range feat/ipv6_range_and_tun feat/ipv6_range_custom_prefixshift feat/node-secrets feat/openapi feat/rewrite-slapformat feat/slap-connection-include-shared-parts feat/slapgrid_report_stalled feat/slapos-service-list-limit feat/standalone-service feat/testcase_upgrade_test feature/cgroups feature/format-crumbled feature/manager-cpuset fix-invoicing fix/instance-python-executable-inspection fix/ipv6_tap_netmask fix/promise_preexec_fn_deadlock fix/proxy-output fix/request_without_timeout fix/revert_slappopen_threading fix/slapformat_after_ipv6_range_and_tun fix/slapos-ansible fix/slappopen_pipes_and_timeout fix/slappopen_test_timeouts fix/standalone-all fix_promise_logging fix_promise_logging_again fix_slapformat_python3 fix_standalone_format forward_state_propagation grid-environment hosting_daily_invoice hostingwebsite improve_proxy_root_path improve_slapos_cli instance_python_promises instance_state_propagation lazy_simulation_causality lxc master-dev message-box nicolas-improve-attention-point payzen-fixup promises_with_instance_python proxy-child-instance-name-collisions proxy_relative_urls proxy_root_path_migrate refactor/format slapformat_in_standalone slapgrid_no_supervisord slapjs slapos-override-env slapproxy-connection-parameter slapproxy_frontend slapproxy_hatoeas standalone/increase_slapos_error_log_tail_size standalone_node_auto standalone_proxy_path standalone_slapformat_on_no_supervisord standalone_with_hateoas tests tomo_fix_slapos_configurator transparent_json_in_xml urlJS 1.6.14 1.6.13 1.6.12 1.6.11 1.6.10 1.6.9 1.6.8 1.6.7 1.6.6 1.6.5 1.6.4 1.6.3 1.6.2 1.6.1 1.6.0 1.5.12 1.5.11 1.5.10 1.5.9 1.5.8 1.5.7 1.5.6 1.5.5 1.5.4 1.5.3 1.5.2 1.5.1 1.5.0 1.4.28 1.4.27 1.4.26 1.4.25 1.4.24 1.4.23 1.4.22 1.4.21 1.4.20 1.4.19 1.4.17 1.4.16 1.4.15 1.4.14 1.4.12 1.4.11 1.4.10 1.4.9 1.4.8 1.4.7 1.4.6 1.4.5 1.4.4 1.4.3 1.4.2 1.4.1 1.4.0 1.3.18 1.3.17 1.3.16 1.3.15 1.3.14 1.3.13 1.3.12 1.3.11 1.3.10 1.3.9 1.3.8 1.3.7 1.3.6.3 1.3.6.2 1.3.6.1 1.3.6 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.4.1 1.2.4 1.2.3.1 1.2.3 1.2.2 1.2.1 1.2.0 1.1.3 1.1.2 1.1.1 1.1.0 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0 1.0.0rc6 1.0.0rc5 1.0.0rc4 1.0.0rc3 1.0.0-rc1 0.35.1 0.34 0.33.1 0.33 0.32.3 0.32.2 0.32 0.31.2 0.31.1 0.31 0.30 0.29 0.28.9 0.28.8 0.28.7 0.28.6 0.28.5 0.28.4 0.28.3 0.28.2 0.28.1 0.28 0.27 0.26.2 0.26.1 0.26 0.25 0.24 0.23 0.22 0.21 0.20 0.19 0.18 0.17 0.16 0.15 0.14 0.13 0.12 0.11 0.10 0.9 0.8 0.7 0.6 0.5 0.4 0.3 vifib-0.4 vifib-0.3 vifib-0.2 vifib-0.1 master-20180917 jquerymobile.noanimation
No related merge requests found
......@@ -61,7 +61,7 @@ hosting_subscription_uid = state_change.kwargs[\'hosting_subscription_uid\']\n
shared = state_change.kwargs[\'shared\']\n
software_type = state_change.kwargs["software_type"]\n
tag = state_change.kwargs[\'tag\']\n
filter_kw = kwargs["filter_kw"]\n
filter_kw = state_change.kwargs["filter_kw"]\n
\n
# Assertion: No packing list line should be related to this software instance\n
packing_list_line = software_instance.getAggregateRelatedValue(portal_type=\'Sale Packing List Line\')\n
......
229
\ No newline at end of file
230
\ 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