Skip to content

Commit e762c3b

Browse files
committed
Add name to zenodo
1 parent 4cfc6c9 commit e762c3b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.zenodo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,11 @@
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": [

nipype/interfaces/io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -866,7 +866,6 @@ def _list_outputs(self):
866866
raise ValueError(msg)
867867

868868
outputs = {}
869-
870869
# get list of all files in s3 bucket
871870
conn = boto.connect_s3(anon=self.inputs.anon)
872871
bkt = conn.get_bucket(self.inputs.bucket)

0 commit comments

Comments
 (0)