Skip to content

Commit

Permalink
Update scicat_ingestor.py
Browse files Browse the repository at this point in the history
fixing linting issues
  • Loading branch information
nitrosx authored May 31, 2024
1 parent 32fa6d8 commit 29eb9a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/scicat_ingestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,4 @@ def main() -> None:

# check if we need to commit the individual message
if config.kafka_options.individual_message_commit:
consumer.commit(message=message)

consumer.commit(message=message)

0 comments on commit 29eb9a5

Please sign in to comment.