Skip to content

Commit

Permalink
make example env file when running cellpy setup
Browse files Browse the repository at this point in the history
  • Loading branch information
jepegit committed Dec 27, 2023
1 parent c300d41 commit 51b7e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ def _write_env_file(user_dir, dst_file, dry_run):
click.echo(f"[cellpy] (setup) Environment file written!")
click.echo(
f"[cellpy] (setup) OK! Now you can edit it. For example by "
f"issuing \n\n [your-favourite-editor] {init_filename}\n"
f"issuing \n\n [your-favourite-editor] {dst_file}\n"
)


Expand Down

0 comments on commit 51b7e96

Please sign in to comment.