Changeset 5879

Show
Ignore:
Timestamp:
03/10/11 23:17:11 (2 years ago)
Author:
luis
Message:

Complete fixing #381: assigned variable bug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • network-scanner/trunk/umit/merger/nt_appdata.py

    r5877 r5879  
    4848        old_path = old_path.decode(locale.getdefaultlocale()[1]) 
    4949         
     50        backup_path = old_path + '_backup' 
     51 
    5052        i = 0 
    5153        while os.path.exists(backup_path): 
     
    5355            i = i + 1 
    5456         
    55         backup_path = old_path + '_backup' 
     57 
    5658        if os.path.exists(old_path) and \ 
    5759           not os.path.exists(os.path.join(old_path, "MERGED")) \