Fixing this so it pulls the named option
This commit is contained in:
@@ -110,7 +110,7 @@ class IPlugin(local):
|
|||||||
|
|
||||||
def get_option(self, name, options):
|
def get_option(self, name, options):
|
||||||
for o in options:
|
for o in options:
|
||||||
if o.get(name):
|
if o.get('name') == name:
|
||||||
return o['value']
|
return o['value']
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user