Skip to content

Commit

Permalink
fixed linting and syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrosx committed Jun 3, 2024
1 parent fbe89df commit 299d2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scicat_ingestor.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ def main() -> None:
# check if we have received a WRDN message
# if message is not a WRDN, we get None back
if message:

# extract nexus file name from message

# extract job id from message
Expand All @@ -66,7 +65,8 @@ def main() -> None:
# instantiate a new process and runs backeground ingestor
# on the nexus file

pass

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

0 comments on commit 299d2f0

Please sign in to comment.