Kaydet (Commit) 1759e88e authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

Update atomicoperations.py

Fixed useless if statement
üst abe9eb80
......@@ -494,10 +494,8 @@ class Install(AtomicOperation):
break
else:
if not ctx.config.get_option("preserve_permanent"):
remove_permanent=True
else:
remove_permanent=False
remove_permanent= not ctx.config.get_option("preserve_permanent")
Remove.remove_file(
old_file,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment