From fe5285d55f2138413b17a2be38841a64d88bdbea Mon Sep 17 00:00:00 2001 From: James Yang Date: Wed, 6 Aug 2008 21:41:53 +0000 Subject: fixed minor issues involving -e and -b in bcfg2-reports git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@4864 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Options.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lib/Options.py') diff --git a/src/lib/Options.py b/src/lib/Options.py index 5d62196aa..21cb31fdf 100644 --- a/src/lib/Options.py +++ b/src/lib/Options.py @@ -253,6 +253,8 @@ ENCODING = Option('Encoding of cfg files', default=sys.getdefaultencoding(), cmd OMIT_LOCK_CHECK = Option('Omit lock check', default=False, cmd='-O') +LOGGING_FILE_PATH = Option('Set path of file log', default=None, cmd='-o', odesc='', cf=('logging', 'path')) + class OptionParser(OptionSet): '''OptionParser bootstraps option parsing, getting the value of the config file''' def __init__(self, args): -- cgit v1.2.3-1-g7c22