1 parent 949a567 commit 109509dCopy full SHA for 109509d
1 file changed
ezbatch/conf.py
@@ -58,7 +58,7 @@ class EZBatchConfig(DataClassJsonMixin):
58
The settings for EZBatch.
59
"""
60
61
- Settings: EZBatchSettings = EZBatchSettings()
+ Settings: EZBatchSettings = field(default_factory=lambda: EZBatchSettings())
62
63
@classmethod
64
def load(cls, filename: Path | str):
0 commit comments