fix diff generation and generateDependencyTree() inside deptest function
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@579 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
+1
-1
@@ -150,7 +150,7 @@ def update():
|
||||
continue
|
||||
# end check
|
||||
|
||||
diff = showdiff(scandata[cmd]['source'],scandata[cmd]['destination'])
|
||||
diff = showdiff(scandata[cmd]['destination'],scandata[cmd]['source'])
|
||||
if (not diff):
|
||||
print_info(darkred("Automerging file ")+darkgreen(scandata[cmd]['source']))
|
||||
os.rename(scandata[cmd]['source'],scandata[cmd]['destination'])
|
||||
|
||||
Reference in New Issue
Block a user