X-Git-Url: https://git.armaanb.net/?p=lightcards.git;a=blobdiff_plain;f=lightcards%2Fparse.py;h=007b6408321b550257c45192177256296c952d9f;hp=d0b0eb5c001e19cf98f64c7aa1c5d8675f7bdeda;hb=b5011bd4dd88f63bc61040965175def968489e66;hpb=687fb8dc4e088723e7935d3030e5d38b9b294776 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)