Changeset 54
- Timestamp:
- 02/08/04 18:58:13 (5 years ago)
- Files:
-
- 05/bugfix/kombilo.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
05/bugfix/kombilo.py
r44 r54 2964 2964 continue 2965 2965 elif self.options.duplicateCheck.get() == 2: 2966 if ask yesno('Duplicate', 'File ' +os.path.split(f)[1]+iColl\2967 + ' is the same as ' + ff + '. Include it?'):2966 if askokcancel('Duplicate', 'File ' +os.path.split(f)[1]+iColl\ 2967 + ' is the same as ' + ff + '. Include it?'): 2968 2968 messages.insert(END, 'Duplicate: ' + os.path.split(f)[1]+iColl\ 2969 2969 + dupText + ff + '\n') … … 5195 5195 return 5196 5196 elif not os.path.exists(datap[0]): 5197 if ask yesno('Error', 'Directory ' + datap[0] + ' does not exist. Create it?'):5197 if askokcancel('Error', 'Directory ' + datap[0] + ' does not exist. Create it?'): 5198 5198 try: 5199 5199 os.makedirs(datap[0])
