bugfix in check-vsys-defaults.py
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 19 Dec 2012 07:33:32 +0000 (08:33 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 19 Dec 2012 07:33:32 +0000 (08:33 +0100)
bin/check-vsys-defaults.py

index 01512e3..9b01992 100755 (executable)
@@ -28,7 +28,7 @@ def check (options):
     if options.tags:
         values=options.tags
     else:
-        config_tags= [ y for y in [ x.strip() for x in api.config.PLC_VSYS_DEFAULTS.split(',') ] if y ]
+        values= [ y for y in [ x.strip() for x in api.config.PLC_VSYS_DEFAULTS.split(',') ] if y ]
     # let's go
     for value in values:
         slice_tags=GetSliceTags({'tagname':'vsys','value':value})