diff --git a/update.py b/update.py index acb9d0c..427181d 100755 --- a/update.py +++ b/update.py @@ -138,7 +138,7 @@ numTags = len(tagBuf) tagCount = 0 project = lib.currentProject () -progress ('found ' + str(len(tagBuf)) + ' new tags') +print (project + ' - found ' + str(len(tagBuf)) + ' new tags') for tag in tagBuf: tagCount +=1