X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FNBI.git;a=blobdiff_plain;f=osm_nbi%2Fauth.py;h=dda1d227dfd25f4b25c4eb19be21a5b95f66e59d;hp=fcebad4b8cd05732f85bd4709c7e5a4b4b735ed4;hb=044f4317e21a4bb0d6a4a50c8a99a94ed35b8e3f;hpb=65ca36d13f895d0a361d59a5962029d6e3ef7a99 diff --git a/osm_nbi/auth.py b/osm_nbi/auth.py index fcebad4..dda1d22 100644 --- a/osm_nbi/auth.py +++ b/osm_nbi/auth.py @@ -156,7 +156,7 @@ class Authenticator: # Note: it is faster to rewrite the value than to check if it is already there or not if self.config["authentication"]["backend"] == "internal": return - + operations = [] with open(self.resources_to_operations_file, "r") as stream: resources_to_operations_yaml = yaml.load(stream)