Fixed Build Jobs Build #182 errors

This commit is contained in:
Saun Shewanown 2016-04-22 13:04:17 -04:00
parent ff9bed01f1
commit 66547aafb5

View File

@ -218,7 +218,7 @@ class Table(object):
result = (True, False)[row_count > 0] result = (True, False)[row_count > 0]
if row_count == 1: if row_count == 1:
try: try:
result = res['id'] result = res['id']
except KeyError: except KeyError:
pass pass
return result return result