Explorar el Código

Correct comments in to match current code behavior

marmot1791 hace 4 años
padre
commit
d7b90f92e0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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__()