10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-08-25 13:41:50 +02:00
This commit is contained in:
Mickaël Véril 2019-12-12 13:21:49 +01:00
parent f37f57a7af
commit 2652b48d0f

View File

@ -50,7 +50,7 @@ class newCommand(commandBase):
soup=TexSoup(res)
tex.replace(cmd,soup)
def tryrun():
def tryRun():
cmds=list(tex.find_all(self.commandName))
if len(cmds)!=0:
for cmd in cmds: