Commit abecc45b authored by Romain Courteaud's avatar Romain Courteaud 🐙

slapos_cloud: stop catching NotImplementedError

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