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, 4 insertions, 0 deletions
diff --git a/pyfirstaidkit/interpret.py b/pyfirstaidkit/interpret.py
index 8817b04..a79ce0f 100644
--- a/pyfirstaidkit/interpret.py
+++ b/pyfirstaidkit/interpret.py
@@ -49,6 +49,10 @@ class Tasker:
self._reporting = reporting
if backups is None:
+ if fullpath:
+ # rootpath is silly if fullpath is set by user.
+ cfg.backup.rootpath = ""
+
self._backups = FileBackupStore(rootpath = cfg.backup.rootpath,
fullpath = cfg.backup.fullpath)
cfg.backup.fullpath = self._backups._path