Skip to content

Commit

Permalink
pre commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joxssb committed Aug 9, 2024
1 parent b80ac8f commit 7119a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ssb_konjunk/saving.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ def remove_edge_slashes(input_string: str) -> str:

def verify_base_filename(name: str) -> str:
"""Verifies the base of the file name.
Corrects small errors
as upper case letters in the base of the file name.
Expand Down Expand Up @@ -395,7 +395,7 @@ def verify_base_filename(name: str) -> str:

def verify_datatilstand(datatilstand: str) -> str:
"""Veirfy the name of the datatilstand.
The level 'temp' is here included as a valid datatilstand.
Args:
Expand Down

0 comments on commit 7119a09

Please sign in to comment.