diff --git a/scripts/gridorder2/flowpath_importer.py b/scripts/gridorder2/flowpath_importer.py index 9a1fe5c1..974819e7 100644 --- a/scripts/gridorder2/flowpath_importer.py +++ b/scripts/gridorder2/flowpath_importer.py @@ -230,9 +230,7 @@ def truncation_logic(df, snappt, lencolname, gordcolname, elevcolname): df = df2 if df.empty: - print("TODO: account for truncation before flowpath") - print(df) - sys.exit() + raise Exception("truncation resulted in empty flowpath.") return df