aboutsummaryrefslogtreecommitdiff
path: root/arxiv2remarkable.py
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-08-19 18:43:12 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-08-19 18:43:12 +0100
commit52ec96109df2ae8f870a8722208c26873517f637 (patch)
tree1d69be24e0776fc4749681e881d8672a041f4ec8 /arxiv2remarkable.py
parentMove retrieve_pdf to Provider class (diff)
downloadpaper2remarkable-52ec96109df2ae8f870a8722208c26873517f637.tar.gz
paper2remarkable-52ec96109df2ae8f870a8722208c26873517f637.zip
Add github url to exception
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)