mirror of
https://github.com/janeczku/calibre-web
synced 2025-10-19 17:47:39 +00:00
- Bugfix Migration of database for config_log_level
- Bugfix Updater deleting temporary sourcefolder
This commit is contained in:
@@ -368,4 +368,4 @@ def update_source(source,destination):
|
||||
os.remove(item_path)
|
||||
except:
|
||||
print("Could not remove:"+item_path)
|
||||
#shutil.rmtree(source, ignore_errors=True)
|
||||
shutil.rmtree(source, ignore_errors=True)
|
||||
|
Reference in New Issue
Block a user