diff options
Diffstat (limited to 'grc/core/Param.py')
-rw-r--r-- | grc/core/Param.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/grc/core/Param.py b/grc/core/Param.py index a1e4c782fb..56855908ea 100644 --- a/grc/core/Param.py +++ b/grc/core/Param.py @@ -408,3 +408,6 @@ class Param(Element): return '(%s)' % v else: return v + + def get_opt(self, item): + return self.options.attributes[self.get_value()][item] |