Skip to content

Commit

Permalink
Fixed comment typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Jan 12, 2011
1 parent 34d71e2 commit 9e66e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nipype/pipeline/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,7 @@ def _remove_node_deps(self, jobid, crashfile):
crashfile = crashfile)

def _remove_node_dirs(self):
"""Removes directories whos outputs have already been used up
"""Removes directories whose outputs have already been used up
"""
if config.getboolean('execution', 'remove_node_directories'):
for idx in np.nonzero(np.all(self.refidx==0,axis=1))[0]:
Expand Down

0 comments on commit 9e66e08

Please sign in to comment.