Skip to content

Commit

Permalink
fix docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlvarezJarreta committed May 28, 2024
1 parent 54bd993 commit 9a82c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ensembl/utils/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def _unpack_gz_files(src_file: StrPath, dst_dir: StrPath) -> None:
"""Unpacks `src_file` to `dst_dir`.
Args:
src_path: File path to unpack (with ".gz" extension).
src_file: File path to unpack (with ".gz" extension).
dst_dir: Directory path to unpack the file into.
"""
Expand Down

1 comment on commit 9a82c11

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src/ensembl/utils
   __init__.py40100% 
   archive.py300100% 
   argparse.py760100% 
   logging.py190100% 
   rloader.py450100% 
TOTAL1740100% 

Tests Skipped Failures Errors Time
38 0 💤 0 ❌ 0 🔥 0.379s ⏱️

Please sign in to comment.