Nipype - slicetimer unexpected token

Hi,
I’m trying to learn Nipype.
When running the https://miykael.github.io/nipype_tutorial/notebooks/introduction_showcase.html
I have changed the in_file into a local file we already have. The filename is: “e008_cmrr_mbep2d_bold(MB4iPAT2)-rest.nii.gz”

When I try to run the code I get a slicetime error:

Syntax error: “(” unexpected

If I just run the bash command I get the same error with unexpected token in it. When I add " " to the filename I can run the command (in bash). Is there a way to add " " to the command through nipype?

Thank you for your help.