Philipp Hörist pushed to branch master at gajim / gajim


Commits:
b85c8456 by Philipp Hörist at 2024-09-16T21:18:26+02:00
fix: Display error message correctly when missing dependencies

- - - - -


1 changed file:

- gajim/main.py


Changes:

=====================================
gajim/main.py
=====================================
@@ -34,7 +34,7 @@ def check_version(dep_name: str, current_ver: str, min_ver: 
str) -> None:
 
 
 def _check_required_deps() -> None:
-    error_message = 'Gajim needs {lib} to run. Quitting… (Error: {error})'
+    error_message = 'Gajim needs {0} to run. Quitting… (Error: {1})'
 
     try:
         import nbxmpp



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/b85c84561848c16bdcc559e1212125a686534441

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/b85c84561848c16bdcc559e1212125a686534441
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to