print filename where subtitle is saved (closes #1279)
This commit is contained in:
parent
ca992fcafa
commit
e11d71872d
1 changed files with 2 additions and 0 deletions
|
|
@ -160,6 +160,8 @@ class Suboob(ReplApplication):
|
|||
except IOError, e:
|
||||
print >>sys.stderr, 'Unable to write file in "%s": %s' % (dest, e)
|
||||
return 1
|
||||
else:
|
||||
print 'Saved to %s' % dest
|
||||
return
|
||||
|
||||
def do_search(self, line):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue