Commit 912c8398 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 3df08f41
...@@ -12,6 +12,7 @@ def ref_of_instance(inst): ...@@ -12,6 +12,7 @@ def ref_of_instance(inst):
if x._computer_reference == i_comp_id and \ if x._computer_reference == i_comp_id and \
x._reference == i_part_id: x._reference == i_part_id:
return x._partition_reference return x._partition_reference
raise KeyError('not found reference of instance_guid=%s-%s' % (i_comp_id, i_part_id))
""" """
x =slap.getOpenOrderDict() x =slap.getOpenOrderDict()
......
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