Jelajahi Sumber

Correct comments in to match current code behavior

marmot1791 4 tahun lalu
induk
melakukan
d7b90f92e0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      qubes/backup.py

+ 1 - 1
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__()