-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I get the following error when checink out the project and trying to run on Windows. I presume it is due to linebreak characters.
Uncatched syntax error :
Traceback (most recent call last):
File "C:\MapServer\apps\roads\Scribe\scribe.py", line 655, in main
jsonToMap(jsonContent, outputDirectory, mapName, clean)
File "C:\MapServer\apps\roads\Scribe\scribe.py", line 282, in jsonToMap
data = json.loads(content)
File "C:\Python27\lib\json\__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "C:\Python27\lib\json\decoder.py", line 366, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Python27\lib\json\decoder.py", line 382, in raw_decode
obj, end = self.scan_once(s, idx)
ValueError: Invalid control character at: line 38 column 58 (char 1167)
Metadata
Metadata
Assignees
Labels
No labels