Commit e09fb5e9 authored by Taddeus Kroes's avatar Taddeus Kroes

Code coverage fix.

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