File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2846,7 +2846,7 @@ def logcat(self, args):
28462846
28472847 def build_status (self , args ):
28482848
2849- print ('{Style.BRIGHT}Bootstraps whose core components are probably built:'
2849+ print ('{Style.BRIGHT}Bootstraps whose core components are probably already built:'
28502850 '{Style.RESET_ALL}' .format (Style = Style ))
28512851 for filen in os .listdir (join (self .ctx .build_dir , 'bootstrap_builds' )):
28522852 print (' {Fore.GREEN}{Style.BRIGHT}{filen}{Style.RESET_ALL}' .format (
@@ -2863,7 +2863,7 @@ def build_status(self, args):
28632863 Style = Style , name = name , Fore = Fore ))
28642864 if dependencies :
28652865 recipe_str += (' ({Fore.BLUE}with ' + ', ' .join (dependencies ) +
2866- ') {Fore.RESET}' ).format (Fore = Fore )
2866+ '{Fore.RESET}) ' ).format (Fore = Fore )
28672867 recipe_str += '{Style.RESET_ALL}' .format (Style = Style )
28682868 print (recipe_str )
28692869
You can’t perform that action at this time.
0 commit comments