Changeset 24

Show
Ignore:
Timestamp:
02/07/04 16:28:54 (5 years ago)
Author:
ug
Message:

Fixed I/O Error message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 04/bugfix/kombilo.py

    r23 r24  
    24152415                hash_global.sortedOutput(dbpath) 
    24162416            except IOError: 
    2417                 messages.insert('I/O Error: Could not write hash tables.\n') 
     2417                messages.insert(END, 'I/O Error: Could not write hash tables.\n') 
    24182418                return 
    24192419