correctly remove the old .weboob directory
This commit is contained in:
parent
393abe6c1e
commit
7d3a717722
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ class Weboob(object):
|
|||
else:
|
||||
dest = xdg_config_home
|
||||
shutil.move(os.path.join(old_workdir, f), dest)
|
||||
os.unlink(old_workdir)
|
||||
shutil.rmtree(old_workdir)
|
||||
workdir = xdg_config_home
|
||||
datadir = xdg_data_home
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue