From 13a17295e8064a3b61b9dee92b835bb0686d16c2 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 13 May 2014 11:34:39 +0200 Subject: [PATCH] another bugfix --- plugins/vsys.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/vsys.py b/plugins/vsys.py index 6a557b8..f631d95 100644 --- a/plugins/vsys.py +++ b/plugins/vsys.py @@ -176,5 +176,5 @@ def trashVsysHandleInSliver (sliver): if not os.path.exists(slice_vsys_area): logger.log("vsys.trashVsysHandleInSliver: no action needed, %s not found"%slice_vsys_area) return - ret=subprocess.call([ 'rm', '-rf' , slice_vsys_area]) + retcod=subprocess.call([ 'rm', '-rf' , slice_vsys_area]) logger.log ("vsys.trashVsysHandleInSliver: Removed %s (retcod=%s)"%(slice_vsys_area,retcod)) -- 2.43.0