sort commands by priority

This commit is contained in:
Bela 2018-03-15 13:34:32 +01:00
parent ffe9e270c2
commit 5017068b85

View file

@ -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"],