8000 [pre-commit.ci] auto fixes from pre-commit.com hooks · nipype/pydra@dc22246 · GitHub
[go: up one dir, main page]

Skip to content

Commit dc22246

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 58542f0 commit dc22246

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pydra/engine/specs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ def check_fields_input_spec(self):
179179
message = f"{field.name} is mandatory and unset."
180180
if alternative_fields:
181181
raise AttributeError(
182-
message[:-1] +
183-
f", but no alternative provided by {list(alternative_fields)}."
182+
message[:-1]
183+
+ f", but no alternative provided by {list(alternative_fields)}."
184184
)
185185
else:
186186
raise AttributeError(message)

0 commit comments

Comments
 (0)
0