Skip to content

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyworkman committed Nov 12, 2023
1 parent 8a3a102 commit 0b38bd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latch_cli/snakemake/config/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ def generate_metadata(

if not metadata_path.exists() and click.confirm(
"Could not find an `__init__.py` file in `latch_metadata`. This file"
"will hold your metadata object the parameterizes your interface and"
"will use parameters imported from parameters.py"
"defines the metadata object that configures your interface and "
"uses parameters imported from `parameters.py`"
"Generate one?"
):
metadata_path.write_text(
Expand Down

0 comments on commit 0b38bd8

Please sign in to comment.