Fix issue with calling the correct expr form var

This commit is contained in:
Thomas S Hatch 2011-03-09 13:13:10 -07:00
parent 3af902defe
commit 6435e176d3

View File

@ -125,7 +125,7 @@ class LocalClient(object):
returns to make sure everyone has checked back in.
'''
return {'glob': self._check_glob_minions,
'pcre': self._check_pcre_minions}[exper_form](expr)
'pcre': self._check_pcre_minions}[expr_form](expr)
def pub(self, tgt, fun, arg=()):
'''