X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=lightcards%2Fparse.py;h=007b6408321b550257c45192177256296c952d9f;hb=b5011bd4dd88f63bc61040965175def968489e66;hp=d0b0eb5c001e19cf98f64c7aa1c5d8675f7bdeda;hpb=fdb8037c1207d21fd5c233cc771237e20f494ec7;p=lightcards.git diff --git a/lightcards/parse.py b/lightcards/parse.py index d0b0eb5..007b640 100755 --- a/lightcards/parse.py +++ b/lightcards/parse.py @@ -15,7 +15,7 @@ def md2html(file): with open(file, "r", encoding="utf-8") as input_file: return markdown.markdown(input_file.read(), extensions=['tables']) except FileNotFoundError: - print(f"File \"{file}\" not found!") + print(f"lightcards: \"{file}\": No such file or directory") exit(1)