Skip to content
Snippets Groups Projects
Commit 00823a86 authored by Theo Steininger's avatar Theo Steininger
Browse files

Fixed a bug in healpy validator.

parent 4e623229
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ def _healpy_validator(use_healpy):
if not isinstance(use_healpy, bool):
return False
if not use_healpy:
return False
return True
if 'healpy' not in dependency_injector:
return False
healpy = dependency_injector['healpy']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment