Skip to content

Commit ccf6064

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

executorlib/standalone/inputcheck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,4 @@ def check_log_obj_size(log_obj_size: bool) -> None:
211211
raise ValueError(
212212
"log_obj_size is not supported for the executorlib.SlurmClusterExecutor and executorlib.FluxClusterExecutor."
213213
"Please use log_obj_size=False instead of log_obj_size=True."
214-
)
214+
)

0 commit comments

Comments
 (0)