buildframework/helium/sf/python/pythoncore/lib/getVariantConfiguration.py
changeset 628 7c4a911dc066
parent 588 c7c26511138f
--- a/buildframework/helium/sf/python/pythoncore/lib/getVariantConfiguration.py	Wed Jun 16 16:51:40 2010 +0300
+++ b/buildframework/helium/sf/python/pythoncore/lib/getVariantConfiguration.py	Fri Aug 13 14:59:05 2010 +0300
@@ -71,7 +71,7 @@
                     if len(str(v_info)) > 0:
                         outfile.write(str(v_info)+"\n")
         outfile.close()
-    except Exception, exc:
+    except IOError, exc:
         print "ERROR: %s" % exc
         sys.exit(-1)