Loading cloudcontrol/common/tql/parser/parser.py +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ UNITS = {'k': 10 ** 3, RE_UNIT = re.compile(r'(?P<num>[-+]?[0-9]+(\.[0-9]+)?)[ ]?' '(?P<unit>%s$)' % '|'.join(UNITS), re.IGNORECASE) '(?P<unit>%s)$' % '|'.join(UNITS), re.IGNORECASE) class TqlLexer(object): Loading Loading
cloudcontrol/common/tql/parser/parser.py +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ UNITS = {'k': 10 ** 3, RE_UNIT = re.compile(r'(?P<num>[-+]?[0-9]+(\.[0-9]+)?)[ ]?' '(?P<unit>%s$)' % '|'.join(UNITS), re.IGNORECASE) '(?P<unit>%s)$' % '|'.join(UNITS), re.IGNORECASE) class TqlLexer(object): Loading