10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-12-24 13:23:40 +01: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) soup=TexSoup(res)
tex.replace(cmd,soup) tex.replace(cmd,soup)
def tryrun(): def tryRun():
cmds=list(tex.find_all(self.commandName)) cmds=list(tex.find_all(self.commandName))
if len(cmds)!=0: if len(cmds)!=0:
for cmd in cmds: for cmd in cmds: