style cleanup
This commit is contained in:
@@ -24,8 +24,8 @@ language_id = "shell"
|
||||
|
||||
|
||||
def add_scrollback(text, text_type):
|
||||
for l in text.split('\n'):
|
||||
bpy.ops.console.scrollback_append(text=l.replace('\t', ' '),
|
||||
for l in text.split("\n"):
|
||||
bpy.ops.console.scrollback_append(text=l.replace("\t", " "),
|
||||
type=text_type)
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ def shell_run(text):
|
||||
|
||||
add_scrollback(output, style)
|
||||
|
||||
PROMPT = '$ '
|
||||
PROMPT = "$ "
|
||||
|
||||
|
||||
def execute(context):
|
||||
|
Reference in New Issue
Block a user