Changeset 9ed37e
- Timestamp:
- 04/27/2009 10:14:49 PM (16 years ago)
- Branches:
- 2.0.x, develop, extjs4-port, master
- Children:
- d4cfeb
- Parents:
- f2364b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
deluge/core/torrentmanager.py
rf2364b r9ed37e 279 279 except Exception, e: 280 280 log.error("Unable to decode torrent file!: %s", e) 281 # XXX: Probably should raise an exception here.. 282 return 281 283 282 284 if torrent_info is None and state: … … 752 754 except: 753 755 return 754 756 755 757 old_state = torrent.state 756 758 torrent.update_state()
Note:
See TracChangeset
for help on using the changeset viewer.