do not swallow exception thrown during scanning

pull/783/head
Madis Kaal 2023-07-04 12:20:36 +03:00
rodzic 29699c02e5
commit 9bec70549f
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -455,9 +455,8 @@ def calculate_skewt_data(
break
except Exception as e:
print(str(e))
# Continue through the data..
logging.exception(f"Exception {str(e)} in calculate_skewt_data")
raise
return _skewt