[Commits] (markie) Stupid typo!
commits at osafoundation.org
commits at osafoundation.org
Sat Apr 24 21:07:32 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/chandler-newbuild.py 1.32 1.33
Log message:
Stupid typo!
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/chandler-newbuild.py.diff?r1=text&tr1=1.32&r2=text&tr2=1.33
Index: osaf/hardhat/buildscripts/chandler-newbuild.py
diff -u osaf/hardhat/buildscripts/chandler-newbuild.py:1.32 osaf/hardhat/buildscripts/chandler-newbuild.py:1.33
--- osaf/hardhat/buildscripts/chandler-newbuild.py:1.32 Sat Apr 24 21:05:55 2004
+++ osaf/hardhat/buildscripts/chandler-newbuild.py Sat Apr 24 21:07:02 2004
@@ -42,7 +42,7 @@
# Do external setup for both debug and release here
for releaseMode in ('debug', 'release'):
releaseModeDir = os.path.join(workingDir, releaseMode)
- if not os.path.existsreleaseModeDir:
+ if not os.path.exists(releaseModeDir):
os.mkdir(releaseModeDir)
os.chdir(releaseModeDir)
if releaseMode == "debug":
More information about the Commits
mailing list