Skip to content

Commit

Permalink
Adds missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Oct 13, 2023
1 parent e27c552 commit c4bcd95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lmod_ingest/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ def main() -> None: # pragma: nocover
args.pop('callable')(**args)

except Exception as exc:
parser.error(message=str(exc))
parser.error(message=str(exc))

Check notice on line 77 in lmod_ingest/main.py

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

lmod_ingest/main.py#L77

Final newline missing

0 comments on commit c4bcd95

Please sign in to comment.