Skip to content

Commit 62bec0b

Browse files
committed
add debug info
1 parent f95f89c commit 62bec0b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/shared.py

+3
Original file line numberDiff line numberDiff line change
@@ -678,6 +678,9 @@ def get_bucket_and_key(s3uri):
678678
def s3_download(s3uri, path):
679679
global cache
680680

681+
print('---path---', path)
682+
os.system(f'ls -l {os.path.dirname(path)}')
683+
681684
pos = s3uri.find('/', 5)
682685
bucket = s3uri[5 : pos]
683686
key = s3uri[pos + 1 : ]

0 commit comments

Comments
 (0)