Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eigenbeam committed Dec 3, 2024
1 parent f2bc0e0 commit 06d36a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nsidc/metgen/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ def process(config_filename, dry_run, env, number, write_cnm, overwrite):
"number": number,
"overwrite_ummg": overwrite,
"write_cnm_file": write_cnm,
"overwrite_ummg": overwrite,
"number": number,

Check failure on line 126 in src/nsidc/metgen/cli.py

View workflow job for this annotation

GitHub Actions / build

Ruff (F601)

src/nsidc/metgen/cli.py:126:9: F601 Dictionary key literal `"number"` repeated
}
try:
Expand Down

0 comments on commit 06d36a8

Please sign in to comment.