Skip to content

Commit

Permalink
Fix the checking for storage-path
Browse files Browse the repository at this point in the history
  • Loading branch information
rquidute committed Jan 15, 2025
1 parent a7c0075 commit 487b7d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ def __retrieve_storage_path(config: TestEnvironmentConfigMatter) -> Path:

if (
config.test_parameters
and TEST_PARAMETER_STORAGE_PATH_KEY in config.test_parameters
and config.test_parameters[TEST_PARAMETER_STORAGE_PATH_KEY]
):
storage_path = Path(config.test_parameters[TEST_PARAMETER_STORAGE_PATH_KEY])
Expand Down

0 comments on commit 487b7d3

Please sign in to comment.