From 646391c6ed46434c84bf0754c8a8dddd2b709ede Mon Sep 17 00:00:00 2001 From: decalage2 Date: Wed, 8 Jun 2016 23:03:39 +0200 Subject: [PATCH] olevba: updated issues URL --- oletools/olevba.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/oletools/olevba.py b/oletools/olevba.py index 7fd3f9d..031fad4 100755 --- a/oletools/olevba.py +++ b/oletools/olevba.py @@ -343,7 +343,7 @@ RETURN_SEVERAL_ERRS = 7 RETURN_UNEXPECTED = 8 # URL and message to report issues: -URL_OLEVBA_ISSUES = 'https://bitbucket.org/decalage/oletools/issues' +URL_OLEVBA_ISSUES = 'https://github.com/decalage2/oletools/issues' MSG_OLEVBA_ISSUES = 'Please report this issue on %s' % URL_OLEVBA_ISSUES # Container types: @@ -3202,6 +3202,7 @@ def main(): # and do not care about output mode log.exception('Unhandled exception in main: %s' % exc, exc_info=True) return_code = RETURN_UNEXPECTED # even if there were others before -- this is more important + # TODO: print msg with URL to report issues (except in JSON mode) # done. exit log.debug('will exit now with code %s' % return_code) -- libgit2 0.21.4