From 42eeb158544f4657982e35e0b91e3d0697b484ee Mon Sep 17 00:00:00 2001 From: Oliver Smith <44496293+osmith42@users.noreply.github.com> Date: Tue, 9 Nov 2021 10:20:34 +0100 Subject: Fix errors not displaying when called via a2x (#220) --- asciidoc/a2x.py | 1 + 1 file changed, 1 insertion(+) diff --git a/asciidoc/a2x.py b/asciidoc/a2x.py index 4e9d363..5a6fcc4 100644 --- a/asciidoc/a2x.py +++ b/asciidoc/a2x.py @@ -1001,4 +1001,5 @@ def cli(): ##################################################################### if __name__ == "__main__": + asciidoc.set_caller(__name__) cli() -- cgit v1.2.1