Changeset 5879
- Timestamp:
- 03/10/11 23:17:11 (2 years ago)
- Files:
-
- 1 modified
-
network-scanner/trunk/umit/merger/nt_appdata.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
network-scanner/trunk/umit/merger/nt_appdata.py
r5877 r5879 48 48 old_path = old_path.decode(locale.getdefaultlocale()[1]) 49 49 50 backup_path = old_path + '_backup' 51 50 52 i = 0 51 53 while os.path.exists(backup_path): … … 53 55 i = i + 1 54 56 55 backup_path = old_path + '_backup' 57 56 58 if os.path.exists(old_path) and \ 57 59 not os.path.exists(os.path.join(old_path, "MERGED")) \
