Don't print stderr when fzf exits with an error
This commit is contained in:
parent
f6aa48d359
commit
34e388db18
@ -98,7 +98,6 @@ if __name__ == "__main__":
|
||||
except KeyboardInterrupt:
|
||||
exit()
|
||||
except fzf.FZFError as e:
|
||||
print(e)
|
||||
exit(e.exit_code)
|
||||
|
||||
if selected_file != "":
|
||||
|
Loading…
x
Reference in New Issue
Block a user