We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b23137 commit adf037fCopy full SHA for adf037f
nipype/interfaces/fsl/model.py
@@ -819,7 +819,7 @@ class FILMGLS(FSLCommand):
819
input_spec = FILMGLSInputSpec505
820
821
def __init__(self, **inputs):
822
- super(FILMGLS, self).__init__(**inputs)
+ super().__init__(**inputs)
823
if Info.version() and LooseVersion(Info.version()) > LooseVersion("5.0.6"):
824
if "output_type" not in inputs:
825
if isdefined(self.inputs.mode) and self.inputs.mode == "surface":
0 commit comments