We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1722624 commit 187d76dCopy full SHA for 187d76d
1 file changed
opencage/command_line.py
@@ -66,8 +66,7 @@ def parse_args(args):
66
os.remove(options.output)
67
else:
68
print(
69
- f"Error: The output file '{
70
- options.output}' already exists. You can add --overwrite to your command.",
+ f"Error: The output file '{options.output}' already exists. You can add --overwrite to your command.",
71
file=sys.stderr)
72
sys.exit(1)
73
0 commit comments