From 2bfb8a5291b5a61967796c5d8d8c49eb9250da34 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 13 Jul 2019 19:34:49 -0400 Subject: lps_gen.py: Update main. * lps_gen.py (main): Barf informational message on exit 1. --- lps_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lps_gen.py b/lps_gen.py index 48a82a8..0adfc75 100644 --- a/lps_gen.py +++ b/lps_gen.py @@ -664,7 +664,7 @@ def main(): LPiCal(lp_dict, args.ical).to_ical() else: - exit(1) + exit('Unable to read LP markdown') if lp_html: # stdout lps html -- cgit v1.2.3