We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfc6c9 commit e762c3bCopy full SHA for e762c3b
.zenodo.json
@@ -518,6 +518,11 @@
518
"affiliation": "MIT, HMS",
519
"name": "Ghosh, Satrajit",
520
"orcid": "0000-0002-5312-6729"
521
+ },
522
+ {
523
+ "affiliation": "University of Amsterdam",
524
+ "name": "Lukas Snoek",
525
+ "orcid": "0000-0001-8972-204X"
526
}
527
],
528
"keywords": [
nipype/interfaces/io.py
@@ -866,7 +866,6 @@ def _list_outputs(self):
866
raise ValueError(msg)
867
868
outputs = {}
869
-
870
# get list of all files in s3 bucket
871
conn = boto.connect_s3(anon=self.inputs.anon)
872
bkt = conn.get_bucket(self.inputs.bucket)
0 commit comments