Skip to content

Commit

Permalink
fix: address #95
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Patro committed Jan 8, 2023
1 parent 0ee8c60 commit ad8ce7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,7 @@ fn main() -> anyhow::Result<()> {
crit!(log,
"The provided input directory lacks a generate_permit_list.json file; this should not happen."
);
bail!("The provided input directory lacks a generate_permit_list.json file; this should not happen.");
}
} // end quant if

Expand Down

0 comments on commit ad8ce7d

Please sign in to comment.