From d7b90f92e0a656d9ee3fd2eaff7d5024c55257b6 Mon Sep 17 00:00:00 2001 From: marmot1791 Date: Tue, 28 Jan 2020 23:02:43 +0000 Subject: [PATCH] Correct comments in to match current code behavior --- qubes/backup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qubes/backup.py b/qubes/backup.py index ac829ad8..118e2a0e 100644 --- a/qubes/backup.py +++ b/qubes/backup.py @@ -294,7 +294,7 @@ class Backup: def __init__(self, app, vms_list=None, exclude_list=None, **kwargs): """ - If vms = None, include all (sensible) VMs; + If vms = None, use default list based on vm.include_in_backups property; exclude_list is always applied """ super(Backup, self).__init__()