Neues Button
This commit is contained in:
@@ -201,9 +201,6 @@ class PdfProjectSettings(BaseModel):
|
||||
yaml = YAML(typ='safe')
|
||||
yaml_data = yaml.load(f)
|
||||
return cls.model_validate(yaml_data)
|
||||
# yaml_content = f.read()
|
||||
|
||||
# Parse mit pydantic-yaml
|
||||
|
||||
def writeSettings(self, project_dir: Path):
|
||||
with open(project_dir / "project.yaml", "w", encoding="utf8") as f:
|
||||
|
||||
Reference in New Issue
Block a user