blueprints: add required password stage backends

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2022-08-19 14:51:50 +01:00
parent 070714abe4
commit 0ab8f4eed7
3 changed files with 11 additions and 4 deletions

View File

@ -183,8 +183,6 @@ class Format(YAMLTag):
def resolve(self, entry: BlueprintEntry, blueprint: Blueprint) -> Any:
try:
print(self.format_string)
print(self.args)
return self.format_string % tuple(self.args)
except TypeError as exc:
raise EntryInvalidError(exc)