From 7ddc4ea23e469de146e358557b4db303207a1b01 Mon Sep 17 00:00:00 2001 From: Sapan Bhatia Date: Wed, 28 Oct 2009 01:42:19 +0000 Subject: [PATCH] Bug fix: bracket --- plugins/vsys_privs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vsys_privs.py b/plugins/vsys_privs.py index 3484a38..d2e910c 100755 --- a/plugins/vsys_privs.py +++ b/plugins/vsys_privs.py @@ -85,7 +85,7 @@ def write_privs(cur_privs,privs): data = '\n'.join(v) f.write(data) f.close() - logger.log("Added vsys attribute %s for %s"%(k,slice) + logger.log("Added vsys attribute %s for %s")%(k,slice) # Remove files and directories # that are invalid -- 2.43.0