Extract logic for locating the config file to the cliutils library.

This commit is contained in:
2023-05-13 07:30:25 -05:00
parent b0e3f5a9d8
commit bcb1c7c17c
3 changed files with 13 additions and 20 deletions

View File

@@ -612,5 +612,6 @@ when isMainModule:
except:
fatal getCurrentExceptionMsg()
debug getCurrentException().getStackTrace()
#raise getCurrentException()
quit(QuitFailure)