~cmiller/ubuntu/quantal/deluge/fix-parameter-move-storage

« back to all changes in this revision

Viewing changes to deluge/core/oldstateupgrader.py

  • Committer: Bazaar Package Importer
  • Author(s): Cristian Greco
  • Date: 2009-12-24 00:57:59 UTC
  • mfrom: (4.1.9 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091224005759-ifkuzevkdqqx4jle
Tags: 1.2.0~rc5-1
* New upstream version.
  - fix startup with fresh configs. (Closes: #560384)
* debian/control: drop useless dependencies on dbus for deluge-gtk.
* fix_manifest_in.patch: dropped, file MANIFEST.in has been deleted by
  upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                torrent_info = lt.torrent_info(lt.bdecode(_file.read()))
98
98
                _file.close()
99
99
            except (IOError, RuntimeError), e:
100
 
                log.warning("Unable to open %s: %s", filepath, e)
 
100
                log.warning("Unable to open %s: %s", torrent_path, e)
101
101
 
102
102
            # Copy the torrent file to the new location
103
103
            import shutil