Skip to content

Commit

Permalink
introduce default_target_dir on builders
Browse files Browse the repository at this point in the history
  • Loading branch information
dimbleby authored and DavidVujic committed Aug 31, 2022
1 parent 95a0707 commit 8397e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/core/masonry/builders/sdist.py
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ def find_files_to_add(self, exclude_build: bool = False) -> set[BuildIncludeFile

for additional_file in additional_files:
file = BuildIncludeFile(
path=additional_file, project_root=self._path, source_root=self._path, workspace=self._workspace
path=additional_file, project_root=self._path, source_root=self._path, workspace=self._workspace,
)
if file.path.exists():
logger.debug(f"Adding: {file.calculated_path()}")
Expand Down

0 comments on commit 8397e37

Please sign in to comment.