Skip to content

Commit 5e92af2

Browse files
committed
bad print statement
1 parent 536d368 commit 5e92af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activestorage/active.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ def _process_chunk(self, session, fsref, chunk_coords, chunk_selection, counts,
454454
print("bucket", bucket) # wrong bloody bucket at JASMIN
455455
# bucket = "uor-aces-o.s3-ext.jc.rl.ac.uk"
456456
print("object", object) # wrong bloody object file at JASMIN
457-
print("S£_URL". S3_URL)
457+
print("S3_URL", S3_URL)
458458
# object = os.path.basename(object)
459459
tmp, count = reductionist.reduce_chunk(session, S3_ACTIVE_STORAGE_URL,
460460
S3_URL,

0 commit comments

Comments
 (0)