git://git.onelab.eu
/
nodemanager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c56fd06
)
another bugfix
author
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 13 May 2014 09:34:39 +0000
(11:34 +0200)
committer
Thierry Parmentelat
<thierry.parmentelat@inria.fr>
Tue, 13 May 2014 09:34:39 +0000
(11:34 +0200)
plugins/vsys.py
patch
|
blob
|
history
diff --git
a/plugins/vsys.py
b/plugins/vsys.py
index
6a557b8
..
f631d95
100644
(file)
--- 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])
+ ret
cod
=subprocess.call([ 'rm', '-rf' , slice_vsys_area])
logger.log ("vsys.trashVsysHandleInSliver: Removed %s (retcod=%s)"%(slice_vsys_area,retcod))