Skip to content
Snippets Groups Projects
Verified Commit 4ece0c14 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Add missing format parameter

parent 629a8905
No related branches found
No related tags found
1 merge request!164Fix some mistakes in app config system check
Pipeline #896 failed
......@@ -21,7 +21,7 @@ def check_app_configs_base_class(
if not isinstance(app_config, AppConfig):
results.append(
Warning(
"App config %s does not derive from aleksis.core.util.apps.AppConfig.",
"App config %s does not derive from aleksis.core.util.apps.AppConfig." % app_config.name,
hint="Ensure the app uses the correct base class for all registry functionality to work.",
obj=app_config,
id="aleksis.core.W001",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment