Skip to content
Snippets Groups Projects
Commit 605bd7c0 authored by Alán Muñoz's avatar Alán Muñoz
Browse files

fix(chainer): synonyms -> _synonyms

parent 51480977
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ class Chainer(Signal):
replace_path(denominator, alias + bgsub), **kwargs
)
/ self.get(replace_path(numerator, alias + bgsub), **kwargs)
for alias, (denominator, numerator) in self.synonyms.items()
for alias, (denominator, numerator) in self._synonyms.items()
for bgsub in ("", "_bgsub")
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment