simplify tiramisu/option/masterslaves.py
This commit is contained in:
@ -1077,7 +1077,7 @@ def autocheck_find(cfg, mcfg, pathread, pathwrite, confread, confwrite, **kwargs
|
||||
def _getoption(opt):
|
||||
opt = opt.option.get()
|
||||
if opt.impl_is_dynsymlinkoption():
|
||||
opt = opt._opt
|
||||
opt = opt.opt
|
||||
return opt
|
||||
|
||||
def _getoptions(opts):
|
||||
|
Reference in New Issue
Block a user