Skip to content

Commit

Permalink
Update src/gene/cli.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kori Kuzma <[email protected]>
  • Loading branch information
jsstevenson and korikuzma authored Dec 13, 2023
1 parent 843cadd commit 692ab46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gene/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def update(
click.echo(f"Valid source options are {list(SourceName)}")
click.get_current_context().exit(1)

parsed_sources = set(parsed_sources)
working_processed_ids = set()
for source_name in parsed_sources:
working_processed_ids |= update_source(
Expand Down

0 comments on commit 692ab46

Please sign in to comment.