Cleanup: pep8, blank lines

This commit is contained in:
Campbell Barton
2020-10-02 10:10:01 +10:00
parent 28ebe827e6
commit bab9de2a52
54 changed files with 132 additions and 59 deletions

View File

@@ -34,6 +34,7 @@ BLACKLIST = (
# 'file_to_blacklist.blend',
)
def print_message(message, type=None, status=''):
if type == 'SUCCESS':
print(COLORS.GREEN, end="")