Changeset 9ed37e


Ignore:
Timestamp:
04/27/2009 10:14:49 PM (16 years ago)
Author:
Andrew Resch <andrewresch@gmail.com>
Branches:
2.0.x, develop, extjs4-port, master
Children:
d4cfeb
Parents:
f2364b
Message:

Return if bad torrent_info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • deluge/core/torrentmanager.py

    rf2364b r9ed37e  
    279279            except Exception, e:
    280280                log.error("Unable to decode torrent file!: %s", e)
     281                # XXX: Probably should raise an exception here..
     282                return
    281283
    282284        if torrent_info is None and state:
     
    752754        except:
    753755            return
    754            
     756
    755757        old_state = torrent.state
    756758        torrent.update_state()
Note: See TracChangeset for help on using the changeset viewer.