Add parity mapping from altnames back to themsevles in `Client._ntable`
parent
55b6cba31e
commit
99199905b6
|
@ -538,7 +538,7 @@ class Client:
|
||||||
pair: Pair = self._pairs[rest_key]
|
pair: Pair = self._pairs[rest_key]
|
||||||
altname = pair.altname
|
altname = pair.altname
|
||||||
wsname = pair.wsname
|
wsname = pair.wsname
|
||||||
ntable[rest_key] = ntable[wsname] = altname
|
ntable[altname] = ntable[rest_key] = ntable[wsname] = altname
|
||||||
|
|
||||||
# register the pair under all monikers, a giant flat
|
# register the pair under all monikers, a giant flat
|
||||||
# surjection of all possible names to each info obj.
|
# surjection of all possible names to each info obj.
|
||||||
|
|
Loading…
Reference in New Issue