Commit 63eb292e authored by Romain Courteaud's avatar Romain Courteaud

slapos_cloud: do not catch NotImplementedError

parent a64f2198
......@@ -120,9 +120,6 @@ except ValueError, e:
except Unauthorized, e:
# user has bad balance
markHistory(software_instance, 'Allocation failed: %s' % e)
except NotImplementedError, e:
# user has bad balance
markHistory(software_instance, 'Allocation failed: %s' % e)
else:
if compute_partition_url is not None:
try:
......
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