[packaging/craft-blueprints-kde] kde/applications/labplot: minor fix.
Alexander Semke <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 5901c3ab2c7b33ecaa283693f036bd620fe4fc31 by Alexander Semke.
Committed on 26/07/2026 at 09:25.
Pushed by sgerlach into branch 'master'.
minor fix.
M +1 -1 kde/applications/labplot/labplot.py
https://invent.kde.org/packaging/craft-blueprints-kde/-/commit/5901c3ab2c7b33ecaa283693f036bd620fe4fc31
diff --git a/kde/applications/labplot/labplot.py b/kde/applications/labplot/labplot.py
index 7c80e4160..8f095ad84 100644
--- a/kde/applications/labplot/labplot.py
+++ b/kde/applications/labplot/labplot.py
@@ -314,7 +314,7 @@ class Package(CMakePackageBase):
str(appPath)
], capture_output=True, text=True)
if result.returncode == 0:
- print(f"Re-signed app with entitlements")
+ print("Re-signed app with entitlements")
else:
print(f"Warning: Failed to re-sign with entitlements: {result.stderr}")