mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
Fix problem with python tests.
This commit is contained in:
parent
19ed8718a3
commit
5fedfc8a52
@ -81,7 +81,7 @@ if __name__ == "__main__":
|
||||
files = [{"name": sys.argv[1], "sizes": sizes_few_square}]
|
||||
elif len(sys.argv) > 2:
|
||||
files = []
|
||||
for name in argv[1:]:
|
||||
for name in sys.argv[1:]:
|
||||
files.append({"name": name})
|
||||
|
||||
for f in files:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user