mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 05:43:46 +01:00
Bug fix
This commit is contained in:
parent
9f3ab20578
commit
deb8a815ed
@ -56,7 +56,7 @@ class newCommand(commandBase):
|
|||||||
except:
|
except:
|
||||||
print(f"Unable to replace {str(cmd)}",file=sys.stderr)
|
print(f"Unable to replace {str(cmd)}",file=sys.stderr)
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
def tryRun(self,tex):
|
def tryRun(self,tex):
|
||||||
cmds=list(tex.find_all(self.commandName))
|
cmds=list(tex.find_all(self.commandName))
|
||||||
if len(cmds)!=0:
|
if len(cmds)!=0:
|
||||||
|
Loading…
Reference in New Issue
Block a user