mirror of
https://github.com/LCPQ/QUESTDB_website.git
synced 2024-12-25 13:53:48 +01:00
Add error message
This commit is contained in:
parent
e7847ae678
commit
9f3ab20578
@ -54,6 +54,7 @@ class newCommand(commandBase):
|
|||||||
try:
|
try:
|
||||||
tex.replace(cmd,fres)
|
tex.replace(cmd,fres)
|
||||||
except:
|
except:
|
||||||
|
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):
|
||||||
|
Loading…
Reference in New Issue
Block a user