Skip to content

Commit

Permalink
Merge pull request #66 from DUNE-DAQ/mroda/ERSFix
Browse files Browse the repository at this point in the history
Potential fix
  • Loading branch information
mroda88 authored Oct 19, 2023
2 parents d28ec35 + 9e36533 commit bf2a967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ers-dbwriter/dbwriter.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def main():
create_database(cur, con)
except:
# if this errors out it may be because the database is already there
pass
con.rollback()

# Infinite loop over the kafka messages
for message in consumer:
Expand Down

0 comments on commit bf2a967

Please sign in to comment.