Skip to content

Commit

Permalink
Removed redundant Docker image test files
Browse files Browse the repository at this point in the history
  • Loading branch information
RoryPTB committed Mar 14, 2024
1 parent cd8ede6 commit 8169745
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 123 deletions.
68 changes: 0 additions & 68 deletions .github/workflows/dhcr.yml

This file was deleted.

54 changes: 0 additions & 54 deletions .github/workflows/ghcr.yml

This file was deleted.

3 changes: 2 additions & 1 deletion synop2bufr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ def transform(data: str, metadata: str, year: int,
warning_msgs = []
error_msgs = []
continue

def truncate_to_twenty(name: str) -> str:
"""
Ensures the string is no longer than 20 characters,
Expand All @@ -1497,6 +1497,7 @@ def truncate_to_twenty(name: str) -> str:
Returns:
str: This name truncated to 20 characters.
"""
LOGGER.info(f"Truncating station name {name} to 20 characters")
return name[:20]

# parse WSI to get sections
Expand Down

0 comments on commit 8169745

Please sign in to comment.