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