From 09798cd39412c260822bbc11af62b6f50862f050 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Tue, 6 Nov 2007 20:46:11 +0000 Subject: [PATCH] raise error --- src/core.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core.py b/src/core.py index fb8401cc9..f715b3c0c 100644 --- a/src/core.py +++ b/src/core.py @@ -533,6 +533,8 @@ class Manager: # We have enough free space, so lets resume this torrent self.resume(unique_ID) else: + import ui + ui.GTKError(_("You're out of HD space! We had to pause at least one torrent")) print "Not enough free space to resume this torrent!" else: #We're using compact allocation so lets just resume self.resume(unique_ID) @@ -835,6 +837,7 @@ class Manager: except: print "Error probably bad torrent" del self.state.torrents[torrent] + raise e ret = unique_ID self.unique_IDs[unique_ID] = torrent