Roundup Tracker - Issues

Message5832

Author rouilj
Recipients jerrykan, rouilj
Date 2016-07-11.01:55:28
Message-id <1468202128.69.0.744159482764.issue2550776@psf.upfronthosting.co.za>
In-reply-to
Look like and easy fix. The opts.verbose is not initialized unless you
use -v, -V -q or -Q. If you use one of those this error doesn't occur.

I patched the file to set opts.verbose to logging.WARNING if it
is set to None after the argument parser is done.

I was able to reproduce the problem and the problem is gone after
my patch.

See commit: 939dce88cfc2
History
Date User Action Args
2016-07-11 01:55:28rouiljsetmessageid: <1468202128.69.0.744159482764.issue2550776@psf.upfronthosting.co.za>
2016-07-11 01:55:28rouiljsetrecipients: + rouilj, jerrykan
2016-07-11 01:55:28rouiljlinkissue2550776 messages
2016-07-11 01:55:28rouiljcreate