Commit 0b44c5a1 authored by Seblu's avatar Seblu
Browse files

Display URL to report issues

parent 0a664187
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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