Files
fpdb/pyfpdb
Worros 53c796dddc Importer: Add excetion handler to hud call.
Had a report on the 2+2 thread that:

  File "C:\Documents and Settings\b\Desktop\fpdb\pyfpdb\GuiAutoImport.py", line 160, in do_import
    self.importer.runUpdated()
  File "C:\Documents and Settings\b\Desktop\fpdb\pyfpdb\fpdb_import.py", line 371, in runUpdated
    (stored, duplicates, partial, errors, ttime) = self.import_file_dict(self.database, file, self.filelist[file][0], self.filelist[file][1], None)
  File "C:\Documents and Settings\b\Desktop\fpdb\pyfpdb\fpdb_import.py", line 467, in import_file_dict
    print "fpdb_import: sending hand to hud", hand.dbid_hands, "pipe =", self.caller.pipe_to_hud
IOError: [Errno 9] Bad file descriptor

Was happening, which is a crash attempting to print self.caller.pipe_to_hud

This patch doesn't fix the problem, but should give some indication in the log that it happened.
2010-08-03 19:27:34 +08:00
..
2010-07-31 22:55:43 +08:00
2010-07-08 22:33:09 +02:00
2010-07-08 22:33:09 +02:00
2010-07-08 20:01:03 +02:00
2009-03-10 20:31:09 -04:00
2010-08-02 14:30:29 +02:00
2010-08-02 22:35:31 +02:00
2010-07-29 19:59:45 +08:00
2010-07-08 22:33:09 +02:00
2010-07-08 22:33:09 +02:00
2010-08-02 14:30:29 +02:00
2010-07-28 16:17:58 +02:00
2010-07-08 22:33:09 +02:00
2010-07-08 22:33:09 +02:00
2010-07-08 22:33:09 +02:00
2010-07-31 22:55:43 +08:00