Skip to content

Commit

Permalink
minor tweaks from pr review
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Jan 2, 2025
1 parent b69acbb commit fbd8ed7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/easylink/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,8 @@ def generate_dag(
) -> None:
"""Generates an image of the proposed pipeline DAG.
This command only generates the DAG image of the pipeline; it does not attempt
to actually run it. To run the pipeline, use the ``easylink run`` command.
This command only generates the DAG image of the pipeline; it does not actually
run it. To run the pipeline, use the ``easylink run`` command.
"""
logger.info("Generating DAG")
results_dir = get_results_directory(output_dir, no_timestamp).as_posix()
Expand Down
2 changes: 1 addition & 1 deletion src/easylink/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Config(LayeredConfigTree):
The ``Config`` is also reponsible for various validation checks on the provided
specifications. If any of these are invalid, a validation error is raised with
as much information as possible provided.
as much information as can possibly be provided.
Attributes
----------
Expand Down

0 comments on commit fbd8ed7

Please sign in to comment.