Skip to content
Snippets Groups Projects
Commit e09fb5e9 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Code coverage fix.

parent 3d3792c3
No related branches found
No related tags found
No related merge requests found
......@@ -362,7 +362,7 @@ def match_extract_fraction_terms(node):
elif is_power_combination(n, d):
handler = extract_fraction_terms
else:
continue
continue # pragma: nocover
p.append(P(node, handler, (n_scope, d_scope, n, d)))
......
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