Show More
@@ -196,7 +196,7 def stylemap(style, paths=None): | |||
|
196 | 196 | if paths is None: |
|
197 | 197 | paths = templatepath() |
|
198 | 198 | elif isinstance(paths, str): |
|
199 |
paths = [ |
|
|
199 | paths = [paths] | |
|
200 | 200 | |
|
201 | 201 | locations = style and [os.path.join(style, "map"), "map-" + style] or [] |
|
202 | 202 | locations.append("map") |
General Comments 0
You need to be logged in to leave comments.
Login now