Merge branch 'master' into blender2.8

This commit is contained in:
2017-10-11 13:14:16 +05:00
27 changed files with 488 additions and 475 deletions

View File

@@ -43,7 +43,8 @@ def print_message(message, type=None, status=''):
status_text = " FAILED "
else:
status_text = status
print("[{}]" . format(status_text), end="")
if status_text:
print("[{}]" . format(status_text), end="")
print(COLORS.ENDC, end="")
print(" {}" . format(message))
sys.stdout.flush()