Skip to content

Commit

Permalink
src/cmd-buildextend-live: fix lint, lack of space after keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero committed Nov 21, 2022
1 parent f5048b6 commit c274bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd-buildextend-live
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def generate_iso():
print(f'{srcfile} -> {dstfile}')

if karg_embed_area_length > 0:
assert(karg_embed_area_length > len(cmdline))
assert (karg_embed_area_length > len(cmdline))
kargs_json.update(
size=karg_embed_area_length,
default=cmdline.strip(),
Expand Down

0 comments on commit c274bec

Please sign in to comment.