mirror of
https://github.com/arsenetar/send2trash.git
synced 2024-12-06 20:59:03 +00:00
win/legacy: tiny logic simplification
This commit is contained in:
parent
0ef9b3294a
commit
0a36688a4b
@ -86,10 +86,7 @@ def convert_sh_file_opt_result(result):
|
||||
0x10074: 0x57, # DE_ROOTDIR | ERRORONDEST -> ERROR_INVALID_PARAMETER
|
||||
}
|
||||
|
||||
if result in results.keys():
|
||||
return results[result]
|
||||
else:
|
||||
return result
|
||||
return results.get(result, result)
|
||||
|
||||
|
||||
def prefix_and_path(path):
|
||||
|
Loading…
Reference in New Issue
Block a user