Move fzf error handling into its own class and add appropriate tests
This commit is contained in:
@ -72,7 +72,7 @@ if __name__ == "__main__":
|
||||
exit(error.E_INTERRUPT)
|
||||
except fzf.FZFError as f:
|
||||
print(f)
|
||||
exit(error.E_INTERRUPT)
|
||||
exit(f.exit_code)
|
||||
|
||||
dest_file = Path(args.dest)
|
||||
|
||||
|
Reference in New Issue
Block a user