UV: Document pack islands features and new ui #104468
@ -33,6 +33,7 @@ def text_remove_preprocess(text):
|
||||
non_comment_lines = [line for line in lines if not line.strip().startswith("#")]
|
||||
return "\n".join(non_comment_lines)
|
||||
|
||||
|
||||
def text_join_lines(text):
|
||||
lines = text.split("\n")
|
||||
lines_out = [[]]
|
||||
|
Loading…
Reference in New Issue
Block a user