mirror of
https://github.com/xcat2/confluent.git
synced 2026-01-11 02:22:31 +00:00
Fix syntax mistake
This commit is contained in:
@@ -245,7 +245,7 @@ def fixup(rootdir, vols):
|
||||
nent = convert_lv(ent)
|
||||
if nent:
|
||||
newline.append(nent)
|
||||
else
|
||||
else:
|
||||
newline.append(ent)
|
||||
else:
|
||||
newline.append(ent)
|
||||
|
||||
Reference in New Issue
Block a user