diff --git a/bin/exampleparser.py b/bin/exampleparser.py index e6f3a1f0b8..042e83c246 100755 --- a/bin/exampleparser.py +++ b/bin/exampleparser.py @@ -255,7 +255,7 @@ You don't have them. \n(%s)""" % E json = json.dumps({"examples": exampleList, "index": index}) # Give the json a global variable we can use in our js. # This should be replaced or made optional. - json = 'var info=' + json + json = 'var info=' + json + ';' outFile.write(json) outFile.close()