r94 - /debtorrent/branches/hippy/DebTorrent/BT1/makemetafile.py

camrdale-guest at users.alioth.debian.org camrdale-guest at users.alioth.debian.org
Sat Jun 9 00:58:08 UTC 2007


Author: camrdale-guest
Date: Sat Jun  9 00:58:08 2007
New Revision: 94

URL: http://svn.debian.org/wsvn/debtorrent/?sc=1&rev=94
Log:
Minor fix as btmakemetafile wasn't working.

Modified:
    debtorrent/branches/hippy/DebTorrent/BT1/makemetafile.py

Modified: debtorrent/branches/hippy/DebTorrent/BT1/makemetafile.py
URL: http://svn.debian.org/wsvn/debtorrent/debtorrent/branches/hippy/DebTorrent/BT1/makemetafile.py?rev=94&op=diff
==============================================================================
--- debtorrent/branches/hippy/DebTorrent/BT1/makemetafile.py (original)
+++ debtorrent/branches/hippy/DebTorrent/BT1/makemetafile.py Sat Jun  9 00:58:08 2007
@@ -284,7 +284,7 @@
         
     file = abspath(file)
     f = open(file)
-    info = getpieces(f, encoding, progress, sub_pieces = sub_pieces)
+    (info, temp) = getpieces(f, encoding, progress, sub_pieces = sub_pieces)
     f.close()
     
     return info




More information about the Debtorrent-commits mailing list