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 4c09020 commit 05f1f08Copy full SHA for 05f1f08
pydra/tasks/fsl/conftest.py
@@ -26,7 +26,6 @@ def _docdir(request):
26
# Trigger ONLY for the doctests.
27
doctest_plugin = request.config.pluginmanager.getplugin("doctest")
28
if isinstance(request.node, doctest_plugin.DoctestItem):
29
-
30
# Get the fixture dynamically by its name.
31
tmpdir = pp.local(data_dir)
32
tools/converter.py
@@ -19,7 +19,6 @@
19
20
21
class FSLConverter:
22
23
INPUT_KEYS = [
24
"allowed_values",
25
"argstr",
@@ -138,7 +137,7 @@ def types_to_names(spec_fields):
138
137
el = list(el)
139
try:
140
el[1] = el[1].__name__
141
- except (AttributeError):
+ except AttributeError:
142
el[1] = el[1]._name
143
spec_fields_str.append(tuple(el))
144
return spec_fields_str
0 commit comments