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,7 +520,8 @@ def regenerate(self, concretized_specs):
|
|||
return
|
||||
|
||||
# construct view at new_root
|
||||
tty.msg("Updating view at {0}".format(self.root))
|
||||
if specs:
|
||||
tty.msg("Updating view at {0}".format(self.root))
|
||||
|
||||
view = self.view(new=new_root)
|
||||
fs.mkdirp(new_root)
|
||||
|
|
Loading…
Reference in a new issue