Skip to content

Conversation

oesteban
Copy link
Contributor

@oesteban oesteban commented Sep 7, 2013

Run autopep8 on preprocess.py. autopep8 would not correct some error
though (those that might change code's behaviour, like breaklines)
Note: I had a broken fork of nipype, disregard previous reference from
commit.

Close #642.

Run autopep8 on preprocess.py. autopep8 would not correct some error
though (those that might change code's behaviour, like breaklines)
Note: I had a broken fork of nipype, disregard previous reference from
commit.

Close #642.
if skip==None:
skip=[]
def _parse_inputs(self, skip=None):
if skip == None:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

skip is None

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did not change this from the original file, the autopep8 command added the spaces around the operators. I can change the definition to def _parse_inputs( self, skip=[] ): and remove the if.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i much prefer skip=None followed by if skip is None (i just wanted to change from skip == None to skip is None

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok

@satra
Copy link
Member

satra commented Sep 7, 2013

otherwise looks good.

satra added a commit that referenced this pull request Sep 7, 2013
@satra satra merged commit d41fa81 into nipy:master Sep 7, 2013
@oesteban oesteban deleted the bug/FixFugueInterface branch September 7, 2013 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG FUGUE interface broken
2 participants