Skip to content

Commit

Permalink
* Add feedback from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Abelt committed Sep 14, 2023
1 parent 5484fab commit 6f2d3f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion varats-core/varats/provider/patch/patch_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def __init__(self, project: tp.Type[Project]):
self._update_local_patches_repo()
repo_path = self._get_patches_repository_path()

patches_project_dir = Path(repo_path / self.project.NAME)
patches_project_dir = repo_path / self.project.NAME

if not patches_project_dir.is_dir():
warnings.warn(
Expand Down

0 comments on commit 6f2d3f0

Please sign in to comment.