This commit is contained in:
brent s 2019-06-02 19:11:07 -04:00
parent 2ab3116d52
commit e6652df291
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ py3 = 0x30000f0 # TODO: check the version incompats
class Backup(object): class Backup(object):
def __init__(self, explicit_only = True, def __init__(self, explicit_only = True,
include_deps = False, include_deps = False,
output = '~/.cache/backup/installed_pkgs.xml'): output = '~/.cache/backup/misc/installed_pkgs.xml'):
self.explicit_only = explicit_only self.explicit_only = explicit_only
self.include_deps = include_deps self.include_deps = include_deps
self.reasons = [] self.reasons = []