Skip to content

Commit 810f417

Browse files
committed
Merge branch 'master' of github.com:LaLogiaDePython/django-menu-generator
2 parents a8b2437 + 2ee4029 commit 810f417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

menu_generator/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def clean_app_config(app_path):
3737
return new_app
3838
else: # pragma: no cover
3939
raise ImproperlyConfigured(
40-
f"The application {app_path} is not in the configured apps or does" +
40+
"The application {0} is not in the configured apps or does".format(app_path) +
4141
"not have the pattern app.apps.AppConfig"
4242
)
4343

0 commit comments

Comments
 (0)