1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

build: fixed a python-3 indent error

This commit is contained in:
Andrew Tridgell 2010-04-19 13:43:12 +10:00
parent 4e51bf1ffd
commit 93f4f7a037

View File

@ -452,7 +452,7 @@ def CHECK_MAKEFLAGS(bld):
if opt[0:2] == 'V=':
Options.options.verbose = Logs.verbose = int(opt[2:])
if Logs.verbose > 0:
Logs.zones = ['runner']
Logs.zones = ['runner']
if Logs.verbose > 2:
Logs.zones = ['*']
elif opt[0].isupper() and opt.find('=') != -1: