mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
projects.py: Beautify logging ([] around iteration count)
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
fb7df55e6f
commit
4e6a237865
1 changed files with 1 additions and 1 deletions
|
|
@ -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 + ' >')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue