Merge branch 'development' into 3.2.x-stable

This commit is contained in:
Philip Müller 2019-12-02 10:57:11 +01:00
commit 0df4112d5e

View File

@ -191,7 +191,7 @@ def modify_grub_default(partitions, root_mount_point, distributor):
else: else:
# We're not updating because of *keepDistributor*, but if # We're not updating because of *keepDistributor*, but if
# this was a comment line, then it's still not been set. # this was a comment line, then it's still not been set.
have_distributor_line = have_distributor_line or not lines[i].startsdwith("#") have_distributor_line = have_distributor_line or not lines[i].startswith("#")
else: else:
lines = [] lines = []