Skip to content

Commit

Permalink
add chaiNNer version to main.log (chaiNNer-org#2113)
Browse files Browse the repository at this point in the history
add chainer version to main.log

closes chaiNNer-org#1708
  • Loading branch information
stonerl authored Aug 18, 2023
1 parent 4773016 commit 785b616
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/gui/main-window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ const createBackend = async (token: ProgressToken, args: OpenArguments) => {
const useSystemPython = settingStorage.getItem('use-system-python') === 'true';
const systemPythonLocation = settingStorage.getItem('system-python-location');

log.info(`chaiNNer Version: ${version}`);

return setupBackend(
token,
useSystemPython,
Expand Down

0 comments on commit 785b616

Please sign in to comment.