Fix synonym fetcher using outdated column name.
This commit is contained in:
parent
526cc7e07d
commit
c62e6cd80b
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue