aboutsummaryrefslogtreecommitdiff
path: root/arxiv2remarkable.py
diff options
context:
space:
mode:
Diffstat (limited to 'arxiv2remarkable.py')
-rwxr-xr-xarxiv2remarkable.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/arxiv2remarkable.py b/arxiv2remarkable.py
index 96ba71c..c1300e7 100755
--- a/arxiv2remarkable.py
+++ b/arxiv2remarkable.py
@@ -750,6 +750,11 @@ class Cropper(object):
def exception(msg):
print("ERROR: " + msg, file=sys.stderr)
print("Error occurred. Exiting.", file=sys.stderr)
+ print("", file=sys.stderr)
+ print(
+ "If you think this might be a bug, please raise an issue on GitHub: %s"
+ % GITHUB_URL
+ )
raise SystemExit(1)