--- a/testing/tools/profiles/createTestingProfile.py
+++ b/testing/tools/profiles/createTestingProfile.py
@@ -74,17 +74,16 @@ def main(argv):
sys.exit()
if o in ("-b","--binary"):
binary=a
if o in ("-p","--profileName"):
profileName=a
if o in ("-c","--clobber"):
clobber=1
if binary=="" or not os.path.exists(binary):
- print binary + " XXX3\n";
usage()
sys.exit(2)
profileLocation = runCreateProfile(binary,profileName)
if not profileLocation or not os.path.exists(profileLocation):
print "Couldn't find profile location"
sys.exit(2)
# Delete the existing profile directory if clobber is requested.