diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-08-19 18:43:12 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-08-19 18:43:12 +0100 |
| commit | 52ec96109df2ae8f870a8722208c26873517f637 (patch) | |
| tree | 1d69be24e0776fc4749681e881d8672a041f4ec8 /arxiv2remarkable.py | |
| parent | Move retrieve_pdf to Provider class (diff) | |
| download | paper2remarkable-52ec96109df2ae8f870a8722208c26873517f637.tar.gz paper2remarkable-52ec96109df2ae8f870a8722208c26873517f637.zip | |
Add github url to exception
Diffstat (limited to 'arxiv2remarkable.py')
| -rwxr-xr-x | arxiv2remarkable.py | 5 |
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) |
