Trivial update

This commit is contained in:
Miroslav Stampar
2026-01-12 20:24:13 +01:00
parent 04bf68f4ea
commit 3d70e2511b
3 changed files with 5 additions and 5 deletions

View File

@@ -183,7 +183,7 @@ def vulnTest():
for options, checks in TESTS:
status = '%d/%d (%d%%) ' % (count, len(TESTS), round(100.0 * count / len(TESTS)))
dataToStdout("\r[%s] [INFO] complete: %s" % (time.strftime("%X"), status))
dataToStdout("\r[%s] [INFO] completed: %s" % (time.strftime("%X"), status))
if IS_WIN and "uraj" in options:
options = options.replace(u"\u0161u\u0107uraj", "sucuraj")
@@ -282,7 +282,7 @@ def smokeTest():
count += 1
status = '%d/%d (%d%%) ' % (count, length, round(100.0 * count / length))
dataToStdout("\r[%s] [INFO] complete: %s" % (time.strftime("%X"), status))
dataToStdout("\r[%s] [INFO] completed: %s" % (time.strftime("%X"), status))
def _(node):
for __ in dir(node):