Adding upstream version 1.14.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
1ff56e1f8f
commit
21766b4ffa
24 changed files with 55 additions and 96 deletions
|
@ -53,7 +53,7 @@ def judge_command():
|
|||
return
|
||||
|
||||
variables = m.variables()
|
||||
print("Found variables: {}".format(variables))
|
||||
print(f"Found variables: {variables}")
|
||||
for expect_token, expect_value in expect.items():
|
||||
all_variables = variables.getall(expect_token)
|
||||
if len(all_variables) > 1:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue