Browse Source

Print summary base dir on startup

tags/v1.2.0-rc1
Li Hongzhang 4 years ago
parent
commit
c76e822d35
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      mindinsight/scripts/start.py

+ 1
- 0
mindinsight/scripts/start.py View File

@@ -236,6 +236,7 @@ class Command(BaseCommand):
sys.exit(1) sys.exit(1)


self.console.info('Workspace: %s', os.path.realpath(settings.WORKSPACE)) self.console.info('Workspace: %s', os.path.realpath(settings.WORKSPACE))
self.console.info('Summary base dir: %s', os.path.realpath(settings.SUMMARY_BASE_DIR))


run_module = import_module('mindinsight.backend.run') run_module = import_module('mindinsight.backend.run')
run_module.start() run_module.start()


Loading…
Cancel
Save