[Commits] (markie) Can't mix a finally with an except
commits at osafoundation.org
commits at osafoundation.org
Sat Apr 24 23:21:09 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/chandler-newbuild.py 1.41 1.42
Log message:
Can't mix a finally with an except
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/chandler-newbuild.py.diff?r1=text&tr1=1.41&r2=text&tr2=1.42
Index: osaf/hardhat/buildscripts/chandler-newbuild.py
diff -u osaf/hardhat/buildscripts/chandler-newbuild.py:1.41 osaf/hardhat/buildscripts/chandler-newbuild.py:1.42
--- osaf/hardhat/buildscripts/chandler-newbuild.py:1.41 Sat Apr 24 23:14:08 2004
+++ osaf/hardhat/buildscripts/chandler-newbuild.py Sat Apr 24 23:20:38 2004
@@ -114,7 +114,7 @@
CopyLog(os.path.join(releaseModeDir, logPath), log)
ret = "init_failed"
- finally:
+ else:
if releaseMode == "debug":
# OK to do release dir
continue
More information about the Commits
mailing list