[neon/forks/ubuntu-release-upgrader/Neon/unstable_focal] DistUpgrade: fix indentation

Brian Murray null at kde.org
Wed Jul 28 09:25:04 BST 2021


Git commit f8502b07702d2d4eb8c1895d67aad25438574e32 by Brian Murray.
Committed on 13/05/2021 at 23:30.
Pushed by jriddell into branch 'Neon/unstable_focal'.

fix indentation

M  +1    -1    DistUpgrade/DistUpgradeQuirks.py

https://invent.kde.org/neon/forks/ubuntu-release-upgrader/commit/f8502b07702d2d4eb8c1895d67aad25438574e32

diff --git a/DistUpgrade/DistUpgradeQuirks.py b/DistUpgrade/DistUpgradeQuirks.py
index 63c0465d..7f607bef 100644
--- a/DistUpgrade/DistUpgradeQuirks.py
+++ b/DistUpgrade/DistUpgradeQuirks.py
@@ -937,7 +937,7 @@ class DistUpgradeQuirks(object):
         # dependency of python-minimal, removed above)
         py = 'python'
         if py in cache and cache[py].marked_delete:
-                solver.protect(cache[py])
+            solver.protect(cache[py])
 
         solver.resolve()
 



More information about the Neon-commits mailing list