init.py removed unused variable
This variable is not used later.
This commit is contained in:
parent
fff1687e43
commit
64cb6c45ec
@ -258,7 +258,7 @@ class OfflineImap:
|
||||
|
||||
# dry-run? Set [general]dry-run=True.
|
||||
if options.dryrun:
|
||||
dryrun = config.set('general', 'dry-run', 'True')
|
||||
config.set('general', 'dry-run', 'True')
|
||||
config.set_if_not_exists('general', 'dry-run', 'False')
|
||||
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user