style cleanup: pep8
This commit is contained in:
@@ -30,7 +30,7 @@ _BPY_MAIN_OWN = True
|
||||
def add_scrollback(text, text_type):
|
||||
for l in text.split("\n"):
|
||||
bpy.ops.console.scrollback_append(text=l.replace("\t", " "),
|
||||
type=text_type)
|
||||
type=text_type)
|
||||
|
||||
|
||||
def replace_help(namespace):
|
||||
@@ -195,7 +195,7 @@ def execute(context):
|
||||
|
||||
# insert a new blank line
|
||||
bpy.ops.console.history_append(text="", current_character=0,
|
||||
remove_duplicates=True)
|
||||
remove_duplicates=True)
|
||||
|
||||
# Insert the output into the editor
|
||||
# not quite correct because the order might have changed,
|
||||
|
||||
Reference in New Issue
Block a user