Changeset 24
- Timestamp:
- 02/07/04 16:28:54 (5 years ago)
- Files:
-
- 04/bugfix/kombilo.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
04/bugfix/kombilo.py
r23 r24 2415 2415 hash_global.sortedOutput(dbpath) 2416 2416 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') 2418 2418 return 2419 2419
