Skip to content

Commit b9d4769

Browse files
committed
cleanup
1 parent 4c25c5e commit b9d4769

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/api/api.py

+2
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,8 @@ def get_bucket_and_key(self, s3uri):
802802
return bucket, key
803803

804804
def download_s3files(self, s3uri, path):
805+
global cache
806+
805807
pos = s3uri.find('/', 5)
806808
bucket = s3uri[5 : pos]
807809
key = s3uri[pos + 1 : ]

0 commit comments

Comments
 (0)