Skip to content

Commit

Permalink
fdsf
Browse files Browse the repository at this point in the history
  • Loading branch information
PrimozGodec committed Feb 18, 2022
1 parent b6958b8 commit ad7e45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/data/variable.py
Original file line number Diff line number Diff line change
Expand Up @@ -1094,6 +1094,7 @@ def parse(self, datestr):
return value
except ValueError:
raise self.InvalidDateTimeFormatError(datestr)

try_order = self.__ISO_FORMATS_PROBE_SEQ
for i, (have_date, have_time, fmt) in enumerate(
map(self._ISO_FORMATS.__getitem__, try_order)):
Expand Down

0 comments on commit ad7e45d

Please sign in to comment.