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 75db4ae commit 923a289Copy full SHA for 923a289
fractal_server/runner/executors/slurm_common/slurm_config.py
@@ -86,7 +86,7 @@ class SlurmConfig(BaseModel):
86
extra_lines: list[str] = Field(default_factory=list)
87
88
# Variables that will be `export`ed in the SLURM submission script
89
- user_local_exports: dict[str, str] = Field(default=dict)
+ user_local_exports: dict[str, str] = Field(default_factory=dict)
90
91
# Metaparameters needed to combine multiple tasks in each SLURM job
92
tasks_per_job: int | None = None
0 commit comments