Skip to content

Commit

Permalink
"version 1.0.62"
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbalogh committed Jan 4, 2021
1 parent d1aa4bb commit 94fab9b
Show file tree
Hide file tree
Showing 6 changed files with 162 additions and 207 deletions.
4 changes: 4 additions & 0 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

### Jan 2021
* 1.0.62
* refresh multivalue when parent object pattern has changed

### Dec 2020
* 1.0.61
* support ixnetwork 9.10.2011.91
Expand Down
2 changes: 2 additions & 0 deletions ixnetwork_restpy/multivalue.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def Pattern(self):
"""
if self._pattern is None:
self._custom_select()
if self._properties['pattern'] not in self._properties:
self._custom_select()
if self._properties['pattern'] == 'singleValue':
self._pattern = self._format_value(self._properties['singleValue']['value'])
elif self._properties['pattern'] == 'counter':
Expand Down
Loading

0 comments on commit 94fab9b

Please sign in to comment.