We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a4149f + 73d7377 commit 2ee4029Copy full SHA for 2ee4029
1 file changed
menu_generator/utils.py
@@ -37,8 +37,8 @@ def clean_app_config(app_path):
37
return new_app
38
else: # pragma: no cover
39
raise ImproperlyConfigured(
40
- "The application {0} is not in the configured apps or does" +
41
- "not have the pattern app.apps.AppConfig".format(app_path)
+ "The application {0} is not in the configured apps or does".format(app_path) +
+ "not have the pattern app.apps.AppConfig"
42
)
43
44
0 commit comments