Added comment.

llvm-svn: 124517
This commit is contained in:
Johnny Chen 2011-01-29 01:21:04 +00:00
parent 6573818e38
commit 74d53758c5
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ config = {}
# Delay startup in order for the debugger to attach.
delay = False
# Dump the Python sys.path variable.
# Dump the Python sys.path variable. Use '-D' to dump sys.path.
dumpSysPath = False
# By default, failfast is False. Use '-F' to overwrite it.