pep8 cleanup and fix for keymap test operator from my own recent fix.
This commit is contained in:
@@ -58,8 +58,8 @@ def main():
|
||||
|
||||
check_commands.append((c, cmd))
|
||||
|
||||
|
||||
process_functions = []
|
||||
|
||||
def my_process(i, c, cmd):
|
||||
percent = 100.0 * (i / (len(check_commands) - 1))
|
||||
percent_str = "[" + ("%.2f]" % percent).rjust(7) + " %:"
|
||||
|
Reference in New Issue
Block a user