Now added delete for real
Test / pytest (push) Failing after 14s

This commit is contained in:
Frank Schwenk
2026-07-27 22:48:16 +02:00
parent a138e33c04
commit 2da66dcb78
8 changed files with 693 additions and 22 deletions
+1 -1
View File
@@ -36,10 +36,10 @@ def has_darktable_style(style_name: str, config_dir: Path | None = None) -> bool
style_name,
"--out-ext",
"png",
"--style-overwrite",
"--core",
"--configdir",
str(config),
"--style-overwrite",
]
result = subprocess.run(cmd, capture_output=True, text=True)
if result.returncode != 0: