Skip to content

Commit

Permalink
Merge pull request #1626 from carueda/OOIION-1608_rebase
Browse files Browse the repository at this point in the history
fix OOIION-1608 list index out of range
Thanks looks good EH.
  • Loading branch information
Edward Hunter committed Dec 19, 2013
2 parents e6b66a1 + c1ae71e commit 5a92b9c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@ def _set_up_platform_hierarchy_with_some_instruments(self, instr_keys,
# create only if not already created:
if instr_key in self._setup_instruments:
i_obj = self._setup_instruments[instr_key]
i_objs.append(i_obj)
log.debug("instrument was already created = %r (%s)",
i_obj.instrument_agent_instance_id, instr_key)
else:
Expand Down

0 comments on commit 5a92b9c

Please sign in to comment.