mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-22 04:45:05 +00:00
Fix installations that don't have previously saved cleanup lock files.
Because these installations don't have lock files, they run a legacy cleanup that no longer applies to the v3 migration that results in the removal of required module files. The legacy rules have been deleted.
This commit is contained in:
parent
ef4e10d917
commit
666c4999b1
2 changed files with 1 additions and 6 deletions
|
@ -1,6 +1,7 @@
|
|||
### 3.27.2 (2023-02-10 19:25:00 UTC)
|
||||
|
||||
* Fix revert update
|
||||
* Fix installations that don't have previously saved cleanup lock files
|
||||
|
||||
|
||||
### 3.27.1 (2023-02-10 15:25:00 UTC)
|
||||
|
|
|
@ -91,12 +91,6 @@ cleanups = [
|
|||
r'lib\tvmaze_api\__pycache__', r'lib\tvmaze_api']],
|
||||
['.cleaned006.tmp', r'lib\boto', [
|
||||
r'lib\boto', r'lib\growl',
|
||||
r'lib\hachoir\core', r'lib\hachoir\field', r'lib\hachoir\metadata',
|
||||
r'lib\hachoir\parser\archive', r'lib\hachoir\parser\audio',
|
||||
r'lib\hachoir\parser\common', r'lib\hachoir\parser\container',
|
||||
r'lib\hachoir\parser\image', r'lib\hachoir\parser\misc',
|
||||
r'lib\hachoir\parser\network', r'lib\hachoir\parser\program',
|
||||
r'lib\hachoir\parser\video', r'lib\hachoir\parser', r'lib\hachoir\stream',
|
||||
r'lib\httplib2\lib\oauth2\lib\pythontwitter\lib\tmdb_api']],
|
||||
['.cleaned004.tmp', r'lib\requests\packages', [
|
||||
r'lib\requests\packages', r'lib\pynma']],
|
||||
|
|
Loading…
Reference in a new issue