~ubuntu-branches/ubuntu/raring/mnemosyne/raring-proposed

« back to all changes in this revision

Viewing changes to mnemosyne/libmnemosyne/file_formats/science_log_parser.py

  • Committer: Package Import Robot
  • Author(s): Julian Taylor
  • Date: 2013-04-18 20:43:08 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20130418204308-tiwzzs0n1n79qhyt
Tags: 2.2.1-0ubuntu1
New upstream bugfix release (LP: #1169634)

Show diffs side-by-side

added added

removed removed

Lines of Context:
284
284
                else:
285
285
                    actual_interval = 0
286
286
                self.database.set_offset_last_rep(id, offset, self.timestamp)
287
 
            except:
 
287
            except TypeError:
288
288
                # Make sure the card exists (e.g. due to missing logs).
289
289
                offset = 0
290
290
                actual_interval = 0