Skip to content

Commit

Permalink
Added config file location
Browse files Browse the repository at this point in the history
  • Loading branch information
rbonghi committed Jan 20, 2025
1 parent 992f464 commit 79ec867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/nanosaur/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ def info(platform, params: Params, args):
print(f" {TerminalFormatter.color_text('Nanosaur package:', bold=True)} {__version__}")
print(f" {TerminalFormatter.color_text('Nanosaur version (branch):', bold=True)} {params['nanosaur_branch']}")
print(f" {TerminalFormatter.color_text('Nanosaur home:', bold=True)} {get_nanosaur_home(params['nanosaur_home'])}")
config_file_path = Params.get_params_file(params['nanosaur_home'], NANOSAUR_CONFIG_FILE_NAME)
print(f" {TerminalFormatter.color_text('Nanosaur config file:', bold=True)} {config_file_path}")


def install(platform, params: Params, args, password=None):
Expand Down

0 comments on commit 79ec867

Please sign in to comment.