Use absolute path for data_dir
This commit is contained in:
parent
a71f1c1d6d
commit
f3cde49280
@ -69,7 +69,7 @@ class CB:
|
||||
'~/.local/share')))
|
||||
/ f'{PROG}')
|
||||
else:
|
||||
data_dir = Path(data_dir)
|
||||
data_dir = Path(data_dir).absolute()
|
||||
self.data_dir = data_dir
|
||||
|
||||
self.checksum_command = 'sha256sum'
|
||||
|
Loading…
x
Reference in New Issue
Block a user