mirror of
https://github.com/xcat2/confluent.git
synced 2026-07-03 14:32:14 +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