Commit 385ffcdf by Tomasz Lesniewski

Module lvol fails when decimal point is a colon

parent e2815a56
...@@ -72,7 +72,7 @@ EXAMPLES = ''' ...@@ -72,7 +72,7 @@ EXAMPLES = '''
''' '''
import re import re
decimal_point = pattern = re.compile(r"(\.|,)") decimal_point = re.compile(r"(\.|,)")
def parse_lvs(data): def parse_lvs(data):
lvs = [] lvs = []
......
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