10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-22 18:57:38 +02:00
This commit is contained in:
Mickaël Véril 2020-02-13 13:35:47 +01:00
parent 9f3ab20578
commit deb8a815ed

View File

@ -56,7 +56,7 @@ class newCommand(commandBase):
except:
print(f"Unable to replace {str(cmd)}",file=sys.stderr)
return False
return True
return True
def tryRun(self,tex):
cmds=list(tex.find_all(self.commandName))
if len(cmds)!=0: