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:
parent
4e51bf1ffd
commit
93f4f7a037
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user