mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2025-01-12 14:08:28 +01:00
cmd should not be removed from collection
This commit is contained in:
parent
28181e6925
commit
1bfc45de52
@ -75,7 +75,6 @@ class newCommand(commandBase):
|
|||||||
for cmd in cmds:
|
for cmd in cmds:
|
||||||
if not cmd.run(tex):
|
if not cmd.run(tex):
|
||||||
cmds.remove(cmd)
|
cmds.remove(cmd)
|
||||||
collection.remove(cmd)
|
|
||||||
newCommand.runAll(tex,collection)
|
newCommand.runAll(tex,collection)
|
||||||
class columnAlignment(Enum):
|
class columnAlignment(Enum):
|
||||||
Left = "l"
|
Left = "l"
|
||||||
|
Loading…
Reference in New Issue
Block a user