mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-24 13:55:16 +00:00
Update Send2Trash 1.8.1b0 (0ef9b32) → 1.8.2 (0244f53).
This commit is contained in:
parent
435d6cb39c
commit
eb2a7c405b
2 changed files with 2 additions and 4 deletions
|
@ -10,6 +10,7 @@
|
||||||
* Update Msgpack 1.0.4 (b5acfd5) to 1.0.5 (0516c2c)
|
* Update Msgpack 1.0.4 (b5acfd5) to 1.0.5 (0516c2c)
|
||||||
* Update Pytvmaze library 2.0.8 (16ed096) to 2.0.8 (81888a5)
|
* Update Pytvmaze library 2.0.8 (16ed096) to 2.0.8 (81888a5)
|
||||||
* Update Requests library 2.28.1 (ec553c2) to 2.29.0 (87d63de)
|
* Update Requests library 2.28.1 (ec553c2) to 2.29.0 (87d63de)
|
||||||
|
* Update Send2Trash 1.8.1b0 (0ef9b32) to 1.8.2 (0244f53)
|
||||||
* Update SimpleJSON 3.18.1 (c891b95) to 3.19.1 (aeb63ee)
|
* Update SimpleJSON 3.18.1 (c891b95) to 3.19.1 (aeb63ee)
|
||||||
* Update Tornado Web Server 6.3.0 (7186b86) to 6.3.1 (419838b)
|
* Update Tornado Web Server 6.3.0 (7186b86) to 6.3.1 (419838b)
|
||||||
* Update urllib3 1.26.14 (a06c05c) to 1.26.15 (25cca389)
|
* Update urllib3 1.26.14 (a06c05c) to 1.26.15 (25cca389)
|
||||||
|
|
|
@ -86,10 +86,7 @@ def convert_sh_file_opt_result(result):
|
||||||
0x10074: 0x57, # DE_ROOTDIR | ERRORONDEST -> ERROR_INVALID_PARAMETER
|
0x10074: 0x57, # DE_ROOTDIR | ERRORONDEST -> ERROR_INVALID_PARAMETER
|
||||||
}
|
}
|
||||||
|
|
||||||
if result in results.keys():
|
return results.get(result, result)
|
||||||
return results[result]
|
|
||||||
else:
|
|
||||||
return result
|
|
||||||
|
|
||||||
|
|
||||||
def prefix_and_path(path):
|
def prefix_and_path(path):
|
||||||
|
|
Loading…
Reference in a new issue