mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 03:44:04 +08:00
Use unused cleanup_autogenerated_file
This commit is contained in:
parent
2bbad22248
commit
32d54e37f7
|
@ -690,14 +690,7 @@ def cleanup_autogenerated_completions_in_directory(dir):
|
|||
# Skip non .fish files
|
||||
if not filename.endswith('.fish'): continue
|
||||
path = os.path.join(dir, filename)
|
||||
try:
|
||||
if file_is_overwritable(path):
|
||||
os.unlink(path)
|
||||
except IOError:
|
||||
pass
|
||||
except OSError:
|
||||
pass
|
||||
|
||||
cleanup_autogenerated_file(path)
|
||||
except OSError as err:
|
||||
return False
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user