Showing
1 changed file
with
1 additions
and
1 deletions
@@ -102,7 +102,7 @@ def get_text_excluding_children(locator): | @@ -102,7 +102,7 @@ def get_text_excluding_children(locator): | ||
102 | return text.strip() | 102 | return text.strip() |
103 | 103 | ||
104 | def convert_float_to_string(number): | 104 | def convert_float_to_string(number): |
105 | - return repr(number); | 105 | + return repr(float(number)); |
106 | 106 | ||
107 | def convert_date_for_compare_ex(datestr): | 107 | def convert_date_for_compare_ex(datestr): |
108 | return datetime.strptime(datestr, "%d.%m.%Y %H:%M").strftime("%Y-%m-%d %H:%M+02:00") | 108 | return datetime.strptime(datestr, "%d.%m.%Y %H:%M").strftime("%Y-%m-%d %H:%M+02:00") |
Please
register
or
login
to post a comment