Skip to content
This repository has been archived by the owner on Sep 23, 2020. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
patch for GH-39
  • Loading branch information
buzztroll committed May 18, 2011
1 parent 5854392 commit cf96ce4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lantorrent/pylantorrent/daemon.py
Expand Up @@ -109,8 +109,10 @@ def do_it_live(con, rows):

client = LTClient(src_filename, final)
v = LTServer(client, client)
v.store_and_forward()

try:
v.store_and_forward()
except Exception, ex:
pylantorrent.log(logging.ERROR, "an error occured on store and forward: %s" % (str(ex)))
rc = 0
es = client.get_incomplete()
bad_rid = []
Expand Down

0 comments on commit cf96ce4

Please sign in to comment.