Text API: make text.current_line_index writable
use for setting the text position when writing system info.
This commit is contained in:
@@ -163,4 +163,6 @@ def write_sysinfo(op):
|
||||
for l in glext:
|
||||
output.write("\t\t%r\n" % (l))
|
||||
|
||||
output.current_line_index = 0
|
||||
|
||||
op.report({'INFO'}, "System information generated in 'system-info.txt'")
|
||||
|
||||
Reference in New Issue
Block a user