Skip to content

Commit 923a289

Browse files
committed
fix typo
1 parent 75db4ae commit 923a289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fractal_server/runner/executors/slurm_common/slurm_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class SlurmConfig(BaseModel):
8686
extra_lines: list[str] = Field(default_factory=list)
8787

8888
# Variables that will be `export`ed in the SLURM submission script
89-
user_local_exports: dict[str, str] = Field(default=dict)
89+
user_local_exports: dict[str, str] = Field(default_factory=dict)
9090

9191
# Metaparameters needed to combine multiple tasks in each SLURM job
9292
tasks_per_job: int | None = None

0 commit comments

Comments
 (0)