Commit b323584c authored by Marco Mariani's avatar Marco Mariani

grid: removed no-op except..raise

parent 574a1f79
......@@ -643,8 +643,6 @@ class Slapgrid(object):
try:
local_partition.install()
computer_partition.available()
except Exception:
raise
finally:
# Instance has to be stopped even if buildout/reporting is wrong.
local_partition.stop()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment