mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-20 11:35:49 +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)
|
||||
print "Torrent Size", size
|
||||
# print "Available Space", avail
|
||||
size = avail + 1 #debug!
|
||||
# size = avail + 1 #debug!
|
||||
if size > avail: # Not enough free space
|
||||
torrent.user_paused = True
|
||||
no_space = True
|
||||
|
|
Loading…
Add table
Reference in a new issue