From b713eefbd7239079a79b2df8900d833030a9c1fc Mon Sep 17 00:00:00 2001 From: duplo Date: Mon, 16 Feb 2009 10:18:45 +0000 Subject: [PATCH] Change the filename of the file to parse git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2347 38d2e660-2303-0410-9eaa-f027e97ec537 --- wizard/newParser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wizard/newParser.py b/wizard/newParser.py index 86aad567..f79581f9 100644 --- a/wizard/newParser.py +++ b/wizard/newParser.py @@ -73,7 +73,7 @@ def main(): try: defineLists = {} modules = {} - commentList = getCommentList(open("test/to_parse.h", "r").read()) + commentList = getCommentList(open("test/to_parse", "r").read()) toBeParsedm, moduleInfo = loadModuleDefinition(commentList[0]) modules.update(moduleInfo) if toBeParsed: -- 2.25.1