livemedia-creator: Fix a small typo
Signed-off-by: Fabian Deutsch <fabiand@fedoraproject.org>
This commit is contained in:
parent
1a653dad7f
commit
3a8659e4e4
@ -1325,7 +1325,7 @@ def main():
|
|||||||
if not opts.disk_image and not opts.fs_image:
|
if not opts.disk_image and not opts.fs_image:
|
||||||
errors = []
|
errors = []
|
||||||
if opts.no_virt and ks.handler.method.method not in ("url", "nfs"):
|
if opts.no_virt and ks.handler.method.method not in ("url", "nfs"):
|
||||||
errors.append("Only url and nfs install methods are currently supported. Please "
|
errors.append("Only url and nfs install methods are currently supported. Please "
|
||||||
"fix your kickstart file." )
|
"fix your kickstart file." )
|
||||||
|
|
||||||
if ks.handler.displaymode.displayMode is not None:
|
if ks.handler.displaymode.displayMode is not None:
|
||||||
|
Loading…
Reference in New Issue
Block a user