Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
hrshdhgd committed Feb 6, 2024
1 parent 76235c8 commit ddf7960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kghub_downloader/download_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def mirror_to_bucket(local_file, bucket_url, remote_file) -> None:

elif bucket_url.startswith("s3://"):
# Create an S3 client
s3 = boto3.client('s3')
s3 = boto3.client("s3")

try:
# Upload the file
Expand Down
5 changes: 1 addition & 4 deletions test/integration/test_download.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ def test_download():


def test_tag():
files = [
"test/output/zfin/fish_phenotype.txt",
"test/output/test_file.yaml"
]
files = ["test/output/zfin/fish_phenotype.txt", "test/output/test_file.yaml"]
tagged_files = ["test/output/gdrive_test_1.txt"]

for file in files:
Expand Down

0 comments on commit ddf7960

Please sign in to comment.