Commit 646391c6ed46434c84bf0754c8a8dddd2b709ede
1 parent
2410bf38
olevba: updated issues URL
Showing
1 changed file
with
2 additions
and
1 deletions
oletools/olevba.py
| ... | ... | @@ -343,7 +343,7 @@ RETURN_SEVERAL_ERRS = 7 |
| 343 | 343 | RETURN_UNEXPECTED = 8 |
| 344 | 344 | |
| 345 | 345 | # URL and message to report issues: |
| 346 | -URL_OLEVBA_ISSUES = 'https://bitbucket.org/decalage/oletools/issues' | |
| 346 | +URL_OLEVBA_ISSUES = 'https://github.com/decalage2/oletools/issues' | |
| 347 | 347 | MSG_OLEVBA_ISSUES = 'Please report this issue on %s' % URL_OLEVBA_ISSUES |
| 348 | 348 | |
| 349 | 349 | # Container types: |
| ... | ... | @@ -3202,6 +3202,7 @@ def main(): |
| 3202 | 3202 | # and do not care about output mode |
| 3203 | 3203 | log.exception('Unhandled exception in main: %s' % exc, exc_info=True) |
| 3204 | 3204 | return_code = RETURN_UNEXPECTED # even if there were others before -- this is more important |
| 3205 | + # TODO: print msg with URL to report issues (except in JSON mode) | |
| 3205 | 3206 | |
| 3206 | 3207 | # done. exit |
| 3207 | 3208 | log.debug('will exit now with code %s' % return_code) | ... | ... |