Skip to content

Commit

Permalink
Fixed return value on run function since the log checkpointing needs …
Browse files Browse the repository at this point in the history
…a return value
  • Loading branch information
muzgash committed Aug 12, 2023
1 parent b29756b commit 4236d3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,5 @@ def run(self):
"relations": {
"id": fac_reg["_id"],
"name": fac_reg["names"][0]["name"], "types": fac_reg["types"]}}})

return 0

0 comments on commit 4236d3a

Please sign in to comment.