3.12: Fixed test command
This commit is contained in:
parent
c5413c4243
commit
d2f6dd97a5
@ -58,7 +58,7 @@ class Config:
|
||||
sys.stdout.write("{module}: ".format(module=module.__name__))
|
||||
sys.stdout.flush()
|
||||
test = module.test()
|
||||
if test:
|
||||
if test is not True:
|
||||
print("\n\t", test)
|
||||
continue
|
||||
module.run()
|
||||
|
Loading…
Reference in New Issue
Block a user