environment: Don't print 'updating view at' when no specs (#29536)
This commit is contained in:
parent
2fa495154e
commit
62fcf407e2
1 changed files with 2 additions and 1 deletions
|
@ -520,6 +520,7 @@ def regenerate(self, concretized_specs):
|
||||||
return
|
return
|
||||||
|
|
||||||
# construct view at new_root
|
# construct view at new_root
|
||||||
|
if specs:
|
||||||
tty.msg("Updating view at {0}".format(self.root))
|
tty.msg("Updating view at {0}".format(self.root))
|
||||||
|
|
||||||
view = self.view(new=new_root)
|
view = self.view(new=new_root)
|
||||||
|
|
Loading…
Reference in a new issue