Skip to content

Commit

Permalink
Minor watchdog improvements (helping user diagnose issue) (#1764)
Browse files Browse the repository at this point in the history
* tuigen and watchdog log changes

* exception catching

* additional improvements
  • Loading branch information
raph-luc authored Jul 10, 2023
1 parent 170e242 commit 083d5b0
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 163 deletions.
2 changes: 1 addition & 1 deletion codegen/tuigen.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def generate():
_populate_xml_helpstrings()
TUIGenerator("meshing", version).generate()
TUIGenerator("solver", version).generate()
logger.warning(
logger.info(
"XML help is available but not picked for the following %i paths:",
len(_XML_HELPSTRINGS),
)
Expand Down
Loading

0 comments on commit 083d5b0

Please sign in to comment.