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.
1 parent 3d8aad6 commit 893074bCopy full SHA for 893074b
nibabies/utils/bids.py
@@ -70,7 +70,6 @@ def __repr__(self):
70
output = ["Derivatives |"]
71
output.extend([f" {attr}: {getattr(self, attr)}" for attr in self.names])
72
return '\n'.join(output)
73
- #return '\n'.join(f"{name}: {getattr(self, name)}" for name in self.names)
74
75
def __contains__(self, val: str):
76
return val in self.names
0 commit comments