Commit d4e69cf1 authored by Lars Kruse's avatar Lars Kruse

fixed typo

parent 2f5abc53
......@@ -383,7 +383,7 @@ def get_lines_layer(lines, z, last_z=None, step_width=None,
elif line.minz >= z:
projected_lines.append(line)
else:
log.warn("Unexpected condition 'get_lines_layer': " + \
_log.warn("Unexpected condition 'get_lines_layer': " + \
"%s / %s / %s / %s" % (line.p1, line.p2, z, last_z))
# process all projected lines
for line in projected_lines:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment