Skip to content

Commit

Permalink
fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jklynch committed Sep 1, 2020
1 parent 7de9a18 commit ced5c40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdf_workers/dark_subtractor_tiff_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def main():


def start(export_dir, kafka_bootstrap_servers, kafka_topics):
def factory(name, start_doc, export_dir, my_sample_name):
def factory(name, start_doc, export_dir):
my_sample_name = start_doc["md"]
return [
partial(
Expand Down

0 comments on commit ced5c40

Please sign in to comment.