File tree 1 file changed +2
-2
lines changed
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):
2846
2846
2847
2847
def build_status (self , args ):
2848
2848
2849
- print ('{Style.BRIGHT}Bootstraps whose core components are probably built:'
2849
+ print ('{Style.BRIGHT}Bootstraps whose core components are probably already built:'
2850
2850
'{Style.RESET_ALL}' .format (Style = Style ))
2851
2851
for filen in os .listdir (join (self .ctx .build_dir , 'bootstrap_builds' )):
2852
2852
print (' {Fore.GREEN}{Style.BRIGHT}{filen}{Style.RESET_ALL}' .format (
@@ -2863,7 +2863,7 @@ def build_status(self, args):
2863
2863
Style = Style , name = name , Fore = Fore ))
2864
2864
if dependencies :
2865
2865
recipe_str += (' ({Fore.BLUE}with ' + ', ' .join (dependencies ) +
2866
- ') {Fore.RESET}' ).format (Fore = Fore )
2866
+ '{Fore.RESET}) ' ).format (Fore = Fore )
2867
2867
recipe_str += '{Style.RESET_ALL}' .format (Style = Style )
2868
2868
print (recipe_str )
2869
2869
You can’t perform that action at this time.
0 commit comments