mirror of
https://gitlab.com/ita1024/waf.git
synced 2025-01-10 18:35:13 +01:00
cosmetic changes
This commit is contained in:
parent
24cc97f42e
commit
1c4d085cfe
@ -2,7 +2,6 @@
|
||||
# encoding: utf-8
|
||||
# Thomas Nagy, 2006-2010 (ita)
|
||||
|
||||
# the following two variables are used by the target "waf dist"
|
||||
VERSION='0.0.1'
|
||||
APPNAME='cc_test'
|
||||
|
||||
@ -81,7 +80,7 @@ def locked_progress_line(self, state, total, col1, col2):
|
||||
for x in self.siblings:
|
||||
try:
|
||||
p = x.bld.producer
|
||||
except:
|
||||
except AttributeError:
|
||||
pass
|
||||
else:
|
||||
total += p.total
|
||||
@ -90,8 +89,6 @@ def locked_progress_line(self, state, total, col1, col2):
|
||||
finally:
|
||||
self.line_lock.release()
|
||||
|
||||
|
||||
|
||||
class cleanall_ctx(Build.CleanContext):
|
||||
cmd = fun = 'cleanall'
|
||||
|
||||
@ -165,4 +162,3 @@ def check_features(self):
|
||||
from waflib import Configure
|
||||
Configure.conf(check_features) # bind the method
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user