Skip to content

Commit

Permalink
Fix merge
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 13, 2024
1 parent c2d85d3 commit ca3b7b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def __new__(
dependencies_path.exists() or packages_path.exists()
) and not packages_install_path.exists()

super().__new__(
return super().__new__(
cls,
project_dir=project_dir,
target_path=target_path,
Expand Down

0 comments on commit ca3b7b9

Please sign in to comment.