calcurse-caldav: Fix parsing of the Verbose config option
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
@@ -352,7 +352,7 @@ else:
|
|||||||
dry_run = True
|
dry_run = True
|
||||||
|
|
||||||
if not verbose and config.has_option('General', 'Verbose'):
|
if not verbose and config.has_option('General', 'Verbose'):
|
||||||
dry_run = config.getboolean('General', 'Verbose')
|
verbose = config.getboolean('General', 'Verbose')
|
||||||
|
|
||||||
if config.has_option('Auth', 'UserName'):
|
if config.has_option('Auth', 'UserName'):
|
||||||
username = config.get('Auth', 'UserName')
|
username = config.get('Auth', 'UserName')
|
||||||
|
|||||||
Reference in New Issue
Block a user