Skip to content

Commit 15a7cef

Browse files
committed
Fixed unit test for s3 datasink override interface input
1 parent 95d5cc3 commit 15a7cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class DataSinkInputSpec(DynamicTraitedSpec, BaseInterfaceInputSpec):
211211
encrypt_bucket_keys = traits.Bool(desc='Flag indicating whether to use S3 '\
212212
'server-side AES-256 encryption')
213213
# Set this if user wishes to override the bucket with their own
214-
bucket = traits.Str(desc='Boto3 S3 bucket for manual override of bucket')
214+
bucket = traits.Any(desc='Boto3 S3 bucket for manual override of bucket')
215215
# Set this if user wishes to have local copy of files as well
216216
local_copy = traits.Str(desc='Copy files locally as well as to S3 bucket')
217217

0 commit comments

Comments
 (0)