Skip to content

Commit

Permalink
fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperski95 committed Aug 17, 2022
1 parent 556b624 commit 3434ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protostar/composition_root.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class DIContainer:
# pylint: disable=too-many-locals
def build_di_container(script_root: Path):
logger = getLogger()
cwd = Path()
cwd = Path().resolve()
protostar_toml_path = search_upwards_protostar_toml_path(start_path=cwd)
project_root_path = (
protostar_toml_path.parent if protostar_toml_path is not None else cwd
Expand Down

0 comments on commit 3434ca1

Please sign in to comment.