diff --git a/hindsight-dev/benchmarks/locomo/locomo_benchmark.py b/hindsight-dev/benchmarks/locomo/locomo_benchmark.py index d5391c65..7e47a93c 100644 --- a/hindsight-dev/benchmarks/locomo/locomo_benchmark.py +++ b/hindsight-dev/benchmarks/locomo/locomo_benchmark.py @@ -96,7 +96,7 @@ class LoComoDataset(BenchmarkDataset): try: dt = datetime.strptime(date_string, "%I:%M %p on %d %B, %Y") return dt.replace(tzinfo=timezone.utc) - except: + except ValueError: raise