mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-08 09:28:41 +00:00
oops
This commit is contained in:
parent
c0a5bf9803
commit
39588d9b69
1 changed files with 1 additions and 1 deletions
|
@ -659,7 +659,7 @@ class Manager:
|
||||||
avail = self.calc_free_space(torrent.save_dir)
|
avail = self.calc_free_space(torrent.save_dir)
|
||||||
print "Torrent Size", size
|
print "Torrent Size", size
|
||||||
# print "Available Space", avail
|
# print "Available Space", avail
|
||||||
size = avail + 1 #debug!
|
# size = avail + 1 #debug!
|
||||||
if size > avail: # Not enough free space
|
if size > avail: # Not enough free space
|
||||||
torrent.user_paused = True
|
torrent.user_paused = True
|
||||||
no_space = True
|
no_space = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue