We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f98432c + 3770427 commit c91b893Copy full SHA for c91b893
nipype/caching/memory.py
@@ -94,7 +94,7 @@ def __call__(self, **kwargs):
94
return out
95
96
def __repr__(self):
97
- return '{}({}.{}}, base_dir={})'.format(
+ return '{}({}.{}), base_dir={})'.format(
98
self.__class__.__name__, self.interface.__module__,
99
self.interface.__name__, self.base_dir)
100
0 commit comments