mirror of
https://github.com/nophead/NopSCADlib.git
synced 2025-08-05 06:57:27 +02:00
Various bug fixed from moving printed parts.
This commit is contained in:
@@ -29,7 +29,7 @@ def parse_line(line):
|
||||
return False, line[start :]
|
||||
else:
|
||||
words = line.split()
|
||||
return len(words) and (words[0] == "module" or words[0] == "function"), ""
|
||||
return len(words) and (words[0] == "module" or words[0] == "function" or words[0] == 'include'), ""
|
||||
|
||||
def _scrape_blurb(lines):
|
||||
""" Find Markup lines before the first function or module given a list of lines."""
|
||||
|
Reference in New Issue
Block a user