diff --git a/scripts/projects.py b/scripts/projects.py index f60a1d39..9240d99e 100644 --- a/scripts/projects.py +++ b/scripts/projects.py @@ -148,7 +148,7 @@ class Build(object): make_cmd = [ "make", target ] path = self.find_proj_path_cached(module) delim_len=120 - delim='---- %d/%d: running %s in %s -' % (cur_project, num_projects, make_cmd, path) + delim='---- [%d/%d]: running %s in %s -' % (cur_project, num_projects, make_cmd, path) delim = delim + '-' * (delim_len - len(delim)) print(',' + delim + ' >')