Author: johnnyg
Revision: 5272
Log:
Added missing comma
Diff:
Modified: branches/1.1.0_RC/deluge/ui/common.py
===================================================================
--- branches/1.1.0_RC/deluge/ui/common.py 2009-05-16 05:47:35 UTC (rev
5271)
+++ branches/1.1.0_RC/deluge/ui/common.py 2009-05-17 02:10:45 UTC (rev
5272)
@@ -100,7 +100,7 @@
for f in self.__m_metadata["info"]["files"]:
self.__m_files.append({
- 'path': decode_string(os.path.join(prefix,
decode_string(os.path.join(*f["path"]))))
+ 'path': decode_string(os.path.join(prefix,
decode_string(os.path.join(*f["path"])))),
'size': f["length"],
'download': True
})
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---