Little bug fixes
This commit is contained in:
parent
2717829de4
commit
6f9931edca
5 changed files with 10 additions and 10 deletions
|
|
@ -834,7 +834,9 @@ class WebModel:
|
|||
for type_error in self.errors.values():
|
||||
for error in type_error:
|
||||
error_txt+=error+"\n"
|
||||
|
||||
|
||||
error_txt=self.query_error+"\n"
|
||||
|
||||
return error_txt
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue