Skip to content
Snippets Groups Projects
Commit 6103d18d authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Commo method-wrappers:

- added missing "raise" statement when something goes wrong
parent 28870242
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!43CI pipeline and multiple module fixes
......@@ -169,6 +169,7 @@ def metered_subclass_method(metrics_pool : MetricsPool):
raise
except Exception: # pylint: disable=broad-except
counter_failed.inc()
raise
return inner_wrapper
return outer_wrapper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment