mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-01 00:32:11 +00:00
Backed out changeset 120bb0115412 (bug 1874208) for causing BP bustages.
This commit is contained in:
parent
2766795843
commit
c35689e579
@ -562,9 +562,10 @@ class CommandSiteManager:
|
||||
"""
|
||||
result = self._up_to_date()
|
||||
if not result.is_up_to_date:
|
||||
print(f"Site not up-to-date reason: {result.reason}", file=sys.stderr)
|
||||
print(f"Site not up-to-date reason: {result.reason}")
|
||||
active_site = MozSiteMetadata.from_runtime()
|
||||
if active_site.site_name == self._site_name:
|
||||
print(result.reason, file=sys.stderr)
|
||||
raise Exception(
|
||||
f'The "{self._site_name}" site is out-of-date, even though it has '
|
||||
f"already been activated. Was it modified while this Mach process "
|
||||
|
Loading…
Reference in New Issue
Block a user