Skip to content

Commit

Permalink
MIGRATIONS-1200 - Fix flake8 line too long error
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Presley <[email protected]>
  • Loading branch information
sumobrian committed Aug 17, 2023
1 parent 53e943e commit 9188cf4
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,14 @@ def _run(self):

self._log_results(passing_expectations, failing_expectations, untested_expectations)

readme_url = "https://github.com/opensearch-project/opensearch-migrations/blob/main/experimental/upgrades/README.md"
readme_url = \
"https://github.com/opensearch-project/opensearch-migrations/blob/main/experimental/upgrades/README.md"
help_blurb = ("For more information about how to interpret these results, please consult the Upgrade Testing"
f" Framework's README file: {readme_url}")
self.logger.info(help_blurb)

kb_url = "https://github.com/opensearch-project/opensearch-migrations/tree/main/experimental/knowledge_base"
kb_url = \
"https://github.com/opensearch-project/opensearch-migrations/tree/main/experimental/knowledge_base"
kb_blurb = (f"You can find the expectation definitions here: {kb_url}")
self.logger.info(kb_blurb)

Expand Down

0 comments on commit 9188cf4

Please sign in to comment.