Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga authored Dec 20, 2024
1 parent 9411236 commit 6a1cb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion law/target/mirrored.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def _local_root_exists(self) -> bool:
return self.check_local_root(self.local_target.abspath, depth=self._local_root_depth)

def _local_target_exists(self, *args, **kwargs) -> bool:
return bool(self._local_root_exists and self.local_target.exists(*args, **kwargs))
return bool(self._local_root_exists() and self.local_target.exists(*args, **kwargs))

def _parent_args(self) -> tuple[tuple[Any, ...], dict[str, Any]]:
parent_kwargs = {
Expand Down

0 comments on commit 6a1cb00

Please sign in to comment.