mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 10:20:28 +02:00
Fixed formatting error in docs for path_cut()
This commit is contained in:
@@ -372,7 +372,8 @@ class LeafNode(object):
|
||||
lines, block = get_comment_block(lines, prefix)
|
||||
for line in block:
|
||||
if "=" not in line:
|
||||
print("Error: bad argument line:")
|
||||
print("Error in {}: Could not parse line in Argument block. Missing '='.".format(self.name))
|
||||
print("Line read was:")
|
||||
print(line)
|
||||
sys.exit(-2)
|
||||
argname, argdesc = line.split("=", 1)
|
||||
|
Reference in New Issue
Block a user