X-Git-Url: http://git.onelab.eu/?p=myplc.git;a=blobdiff_plain;f=bin%2Fcheck-vsys-defaults.py;h=9b019920952b6bbcf06756cc77abe03208b49ed3;hp=01512e3452141b21e13a7a6aadee0497a358dae6;hb=27f585112d909d545727d9f5f456c9869c723b07;hpb=cf713cae0012e3758a1a8ed003b0cb7f1527837a diff --git a/bin/check-vsys-defaults.py b/bin/check-vsys-defaults.py index 01512e3..9b01992 100755 --- a/bin/check-vsys-defaults.py +++ b/bin/check-vsys-defaults.py @@ -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})