mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-12-23 17:55:04 +01:00
Hide the command update that appears in the logs
This commit is contained in:
parent
57d804c16e
commit
42fb4f08a0
@ -564,7 +564,6 @@ def distcheck(ctx):
|
||||
pass
|
||||
|
||||
def update(ctx):
|
||||
'''updates the plugins from the *waflib/extras* directory'''
|
||||
lst = Options.options.files.split(',')
|
||||
if not lst:
|
||||
lst = [x for x in Utils.listdir(Context.waf_dir + '/waflib/extras') if x.endswith('.py')]
|
||||
|
Loading…
Reference in New Issue
Block a user