logging is now handled in a separate file descriptor :) - issue #297

This commit is contained in:
Bernardo Damele
2013-01-09 22:09:50 +00:00
parent 794700eb37
commit 9766f6025e
2 changed files with 19 additions and 21 deletions

View File

@@ -664,7 +664,7 @@ def cmdLineParser():
help="Simple wizard interface for beginner users")
# Hidden and/or experimental options
parser.add_option("--pickle", dest="pickledOptions", help=SUPPRESS_HELP)
parser.add_option("--pickled-options", dest="pickledOptions", help=SUPPRESS_HELP)
parser.add_option("--profile", dest="profile", action="store_true",
help=SUPPRESS_HELP)