Skip to content

Commit

Permalink
PolicyPackageNotFound: Module rucio.common.permission.generic_multi_v…
Browse files Browse the repository at this point in the history
…o not found

Fixes rucio#4579
  • Loading branch information
Thysk committed Nov 25, 2021
1 parent b820877 commit b7478e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rucio/core/permission/__init__.py
Expand Up @@ -85,7 +85,7 @@ def load_permission_for_vo(vo):
POLICY = GENERIC_FALLBACK
POLICY = 'rucio.core.permission.' + POLICY.lower()
else:
POLICY = 'rucio.common.permission.' + GENERIC_FALLBACK.lower()
POLICY = 'rucio.core.permission.' + GENERIC_FALLBACK.lower()

try:
module = importlib.import_module(POLICY)
Expand Down

0 comments on commit b7478e3

Please sign in to comment.