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 518518 "affiliation" : " MIT, HMS" ,
519519 "name" : " Ghosh, Satrajit" ,
520520 "orcid" : " 0000-0002-5312-6729"
521+ },
522+ {
523+ "affiliation" : " University of Amsterdam" ,
524+ "name" : " Lukas Snoek" ,
525+ "orcid" : " 0000-0001-8972-204X"
521526 }
522527 ],
523528 "keywords" : [
Original file line number Diff line number Diff line change @@ -869,7 +869,7 @@ def _list_outputs(self):
869869 # get list of all files in s3 bucket
870870 conn = boto .connect_s3 (anon = self .inputs .anon )
871871 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 ))
873873
874874 # keys are outfields, args are template args for the outfield
875875 for key , args in list (self .inputs .template_args .items ()):
You can’t perform that action at this time.
0 commit comments