Fixed Build Jobs Build #182 errors
This commit is contained in:
parent
ff9bed01f1
commit
66547aafb5
@ -218,7 +218,7 @@ class Table(object):
|
||||
result = (True, False)[row_count > 0]
|
||||
if row_count == 1:
|
||||
try:
|
||||
result = res['id']
|
||||
result = res['id']
|
||||
except KeyError:
|
||||
pass
|
||||
return result
|
||||
|
||||
Loading…
Reference in New Issue
Block a user