10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00

cmd should not be removed from collection

This commit is contained in:
Mickaël Véril 2022-01-19 14:48:23 +01:00
parent 28181e6925
commit 1bfc45de52

View File

@ -75,7 +75,6 @@ class newCommand(commandBase):
for cmd in cmds:
if not cmd.run(tex):
cmds.remove(cmd)
collection.remove(cmd)
newCommand.runAll(tex,collection)
class columnAlignment(Enum):
Left = "l"