aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/cli.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/livestreamer/cli.py')
-rw-r--r--src/livestreamer/cli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/livestreamer/cli.py b/src/livestreamer/cli.py
index 24b5c85..6a886e5 100644
--- a/src/livestreamer/cli.py
+++ b/src/livestreamer/cli.py
@@ -137,7 +137,7 @@ def check_output(output, force):
try:
out = open(output, "wb")
except IOError as err:
- exit(("Failed to open file {0} - ").format(output, err))
+ exit(("Failed to open file {0} - {1}").format(output, err))
return out