some corrections
This commit is contained in:
@ -518,11 +518,11 @@ class Settings(object):
|
||||
# transitive action, add action
|
||||
if operator != 'and':
|
||||
if readable:
|
||||
for msg in self.apply_requires(err.path,
|
||||
err.requires,
|
||||
err.index,
|
||||
for msg in self.apply_requires(err._path,
|
||||
err._requires,
|
||||
err._index,
|
||||
True,
|
||||
err.config_bag).values():
|
||||
err._config_bag).values():
|
||||
calc_properties.setdefault(action, []).extend(msg)
|
||||
else:
|
||||
calc_properties.add(action)
|
||||
|
Reference in New Issue
Block a user