[Commits] (markie) duh
commits at osafoundation.org
commits at osafoundation.org
Sun Apr 25 23:57:35 PDT 2004
Commit by: markie
Modified files:
osaf/hardhat/buildscripts/new-chandler.py 1.5 1.6
Log message:
duh
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/osaf/hardhat/buildscripts/new-chandler.py.diff?r1=text&tr1=1.5&r2=text&tr2=1.6
Index: osaf/hardhat/buildscripts/new-chandler.py
diff -u osaf/hardhat/buildscripts/new-chandler.py:1.5 osaf/hardhat/buildscripts/new-chandler.py:1.6
--- osaf/hardhat/buildscripts/new-chandler.py:1.5 Sun Apr 25 23:53:41 2004
+++ osaf/hardhat/buildscripts/new-chandler.py Sun Apr 25 23:57:05 2004
@@ -33,8 +33,8 @@
# make sure workingDir is absolute, remove it, and create it
workingDir = os.path.abspath(workingDir)
- print "Check for output dir... (indicates first time through"
- if not os.path.exists(os.path.join(workingDir), "output"):
+ print "Check for output dir... (indicates first time through)"
+ if not os.path.exists(outputDir):
os.mkdir(outputDir)
# Initialize external (hardly ever changes)
More information about the Commits
mailing list