Save this assignment until it's needed.
This commit is contained in:
parent
d736c81100
commit
c6c6158062
1 changed files with 1 additions and 1 deletions
|
@ -1414,11 +1414,11 @@ class PhotoDB(
|
||||||
thing_table = thing_map['table']
|
thing_table = thing_map['table']
|
||||||
thing_class = thing_map['class']
|
thing_class = thing_map['class']
|
||||||
thing_cache = self.caches[thing_type]
|
thing_cache = self.caches[thing_type]
|
||||||
thing_index = constants.SQL_INDEX[thing_table]
|
|
||||||
|
|
||||||
if isinstance(db_row, dict):
|
if isinstance(db_row, dict):
|
||||||
thing_id = db_row['id']
|
thing_id = db_row['id']
|
||||||
else:
|
else:
|
||||||
|
thing_index = constants.SQL_INDEX[thing_table]
|
||||||
thing_id = db_row[thing_index['id']]
|
thing_id = db_row[thing_index['id']]
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue