Skip to content

Commit

Permalink
Fixed Build Jobs Build pudo#186 blank space errors
Browse files Browse the repository at this point in the history
  • Loading branch information
saun4app committed Apr 27, 2016
1 parent e7f45b2 commit 72b01df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset/persistence/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _upsert_pre_check(self, row, keys, ensure):
res = self.find_one(**filters)
except:
res = None

return res

def upsert(self, row, keys, ensure=None, types={}):
Expand Down

0 comments on commit 72b01df

Please sign in to comment.