mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-29 10:25:36 -04:00
[contextualprocess] Warn if (global) variable not found.
This commit is contained in:
parent
699b42a756
commit
8664400ee9
1 changed files with 2 additions and 0 deletions
|
@ -129,6 +129,8 @@ ContextualProcessJob::exec()
|
||||||
if ( !r )
|
if ( !r )
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
cWarning() << "ContextualProcess checks for unknown variable" << binding->variable;
|
||||||
}
|
}
|
||||||
return Calamares::JobResult::ok();
|
return Calamares::JobResult::ok();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue