summaryrefslogtreecommitdiffstats
path: root/pyfirstaidkit/interpret.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyfirstaidkit/interpret.py')
-rw-r--r--pyfirstaidkit/interpret.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyfirstaidkit/interpret.py b/pyfirstaidkit/interpret.py
index 71c1152..8817b04 100644
--- a/pyfirstaidkit/interpret.py
+++ b/pyfirstaidkit/interpret.py
@@ -49,7 +49,9 @@ class Tasker:
self._reporting = reporting
if backups is None:
- self._backups = FileBackupStore(cfg.backup.path)
+ self._backups = FileBackupStore(rootpath = cfg.backup.rootpath,
+ fullpath = cfg.backup.fullpath)
+ cfg.backup.fullpath = self._backups._path
else:
self._backups = backups