Skip to content
Snippets Groups Projects
Commit b8d34334 authored by Pierre-Gilles Levallois's avatar Pierre-Gilles Levallois
Browse files

fix: method getProgress

parent edb849d5
Branches
Tags
No related merge requests found
Pipeline #102413 passed
...@@ -866,8 +866,7 @@ def getProgress(DBcursor, DBSchema, codeInsee, id_factor=None): ...@@ -866,8 +866,7 @@ def getProgress(DBcursor, DBSchema, codeInsee, id_factor=None):
if dataValues is None: if dataValues is None:
return 0 return 0
# return dataValues['count'] return dataValues['count']
return dataValues
def resetProgress(DB_params, DB_schema): def resetProgress(DB_params, DB_schema):
debugLog(style.WHITE, "Deleting process tables...", logging.INFO) debugLog(style.WHITE, "Deleting process tables...", logging.INFO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment