another bugfix
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 13 May 2014 09:34:39 +0000 (11:34 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 13 May 2014 09:34:39 +0000 (11:34 +0200)
plugins/vsys.py

index 6a557b8..f631d95 100644 (file)
@@ -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))