print filename where subtitle is saved (closes #1279)

This commit is contained in:
Romain Bignon 2013-07-27 13:34:05 +02:00
commit e11d71872d

View file

@ -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):