bug in config.py resulting in code crash

Bug #1998661 reported by zybird
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
zsnapd (Ubuntu)
New
Undecided
Unassigned

Bug Description

File "/usr/share/zsnapd/zsnap/config.py", line 358, in _check_dataset_syntax crash since function has_option is missing an argument

if (not ds_config.has_option(dataset, 'replicate_target') and not ds_config.has_option('replicate_source')):

the line should be:
ds_config.has_option(dataset, 'replicate_source')):

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.