wizard: fix typo.
authorarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Apr 2010 10:00:23 +0000 (10:00 +0000)
committerarighi <arighi@38d2e660-2303-0410-9eaa-f027e97ec537>
Mon, 19 Apr 2010 10:00:23 +0000 (10:00 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3452 38d2e660-2303-0410-9eaa-f027e97ec537

wizard/bertos_utils.py

index 9295b699cfeaa70daf7d3ab90c59e35e8e3d2b6a..fcd329ff22984c90ac3bef97f5b19f6ecfddbfb5 100644 (file)
@@ -372,7 +372,7 @@ def findModuleFiles(module, project_info):
 
     # Awful, but secure check for version
     # TODO: split me in a method/function
-    try
+    try:
         version_string = bertosVersion(project_info.info("SOURCES_PATH"))
         version_list = [int(i) for i in version_string.split()[-1].split('.')]
         if version_list < [2, 5]: