File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 518
518
"affiliation" : " MIT, HMS" ,
519
519
"name" : " Ghosh, Satrajit" ,
520
520
"orcid" : " 0000-0002-5312-6729"
521
+ },
522
+ {
523
+ "affiliation" : " University of Amsterdam" ,
524
+ "name" : " Lukas Snoek" ,
525
+ "orcid" : " 0000-0001-8972-204X"
521
526
}
522
527
],
523
528
"keywords" : [
Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ def _list_outputs(self):
869
869
# get list of all files in s3 bucket
870
870
conn = boto .connect_s3 (anon = self .inputs .anon )
871
871
bkt = conn .get_bucket (self .inputs .bucket )
872
- bkt_files = list (k .key for k in bkt .list ())
872
+ bkt_files = list (k .key for k in bkt .list (prefix = self . inputs . bucket_path ))
873
873
874
874
# keys are outfields, args are template args for the outfield
875
875
for key , args in list (self .inputs .template_args .items ()):
You can’t perform that action at this time.
0 commit comments