Set Logs.verbose from options (regression from be05b6ee8b)

This commit is contained in:
Calle Rosenquist 2017-09-19 12:14:20 +00:00 committed by ita1024
parent 74204e57e0
commit 1354a37255
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ class OptionsContext(Context.Context):
os.environ[name.strip()] = value
def init_logs(self, options, commands, envvars):
Logs.verbose = options.verbose
if options.verbose >= 1:
self.load('errcheck')