Skip to content
Snippets Groups Projects
Commit 8edf8636 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '480-about-site-broken' into 'master'

Resolve "About site broken"

Closes #480

See merge request !666
parents 66a9b430 5de3eba5
No related branches found
No related tags found
1 merge request!666Resolve "About site broken"
Pipeline #17498 canceled
......@@ -21,6 +21,7 @@ Fixed
~~~~~
* Fix broken backup health check
* Make error recovery in about page work
Removed
~~~~~~~
......
......@@ -46,7 +46,7 @@ class AppConfig(django.apps.AppConfig):
if dist_name:
try:
dist = metadata.distribution(dist_name)
except PackageNotFoundError:
except metadata.PackageNotFoundError:
return None
return dist
......
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