sort commands by priority
This commit is contained in:
parent
ffe9e270c2
commit
5017068b85
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ if __name__ == "__main__":
|
|||
field, config, data) for field in config])
|
||||
# comms = commands.Command.extractCommands(config[0], config, data)
|
||||
# print(comms)
|
||||
for command in comms:
|
||||
for command in sorted(comms):
|
||||
command()
|
||||
# print(config[0])
|
||||
fillpdf(config, arguments["pdffile"], arguments["outputpdf"],
|
||||
|
|
Loading…
Reference in a new issue