From 0b44c5a19e202b7881de6e1c7aa1e5b49ee9ff78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Luttringer?= Date: Fri, 16 Oct 2015 22:40:10 +0200 Subject: [PATCH] Display URL to report issues --- agetpkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agetpkg b/agetpkg index 515f47e..823cff0 100755 --- a/agetpkg +++ b/agetpkg @@ -367,7 +367,8 @@ def main(): error(exp) exit(Error.ERR_FATAL) except Exception as exp: - error("Unknown error. Please report it with --debug.") + error("Unknown error. Please report it with --debug") + error("at https://github.com/seblu/agetpkg/issues.") error(exp) if getLogger().getEffectiveLevel() == DEBUG: raise -- GitLab