Skip to content

Commit

Permalink
Flake 8
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Feb 13, 2024
1 parent 070e2d3 commit edc59ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csv2bufr/templates/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def index_templates() -> bool:
"dateCreated": tmpl['metadata'].get("dateCreated", ""), # noqa
"id": tmpl['metadata'].get("id", ""),
"path": fname,
"basename": Path(fname).name.replace(".json","") # noqa
"basename": Path(fname).name.replace(".json", "") # noqa
}

except Exception as e:
Expand Down

0 comments on commit edc59ea

Please sign in to comment.