Fix synonym fetcher using outdated column name.

master
voussoir 2018-01-13 20:02:49 -08:00
parent 526cc7e07d
commit c62e6cd80b
1 changed files with 1 additions and 1 deletions

View File

@ -764,7 +764,7 @@ class PDBTagMixin:
if fetch is None:
# was not a master tag or synonym
raise exceptions.NoSuchTag(tagname)
tagname = fetch[constants.SQL_SYN['master']]
tagname = fetch[constants.SQL_SYN['mastername']]
def get_tags(self):
'''