We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 442b3b9 commit 5d8dddeCopy full SHA for 5d8ddde
src/acquisition/covidcast/database.py
@@ -342,7 +342,7 @@ def delete_batch(self, cc_deletions):
342
self._cursor.execute(fix_latest_issue_sql)
343
self._connection.commit()
344
345
- if total is None or total == -1:
+ if total == -1:
346
# the SQL connector does not support returning number of rows affected (see PEP 249)
347
total = None
348
except Exception as e:
0 commit comments