Skip to content

Commit

Permalink
Update assume/common/outputs.py
Browse files Browse the repository at this point in the history
Co-authored-by: Florian Maurer <[email protected]>
  • Loading branch information
nick-harder and maurerle authored Sep 26, 2023
1 parent 5c438a4 commit 21fbf38
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assume/common/outputs.py
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@ async def on_stop(self):
except (OperationalError, ProgrammingError):
continue
except Exception as e:
raise e
logger.error("could not read query: %s", e)
continue

dfs.append(df)

Expand Down

0 comments on commit 21fbf38

Please sign in to comment.