mirror of
https://gitlab.com/kupfer/kupferbootstrap.git
synced 2025-06-27 02:35:37 -04:00
fix formatting
This commit is contained in:
parent
209708a33e
commit
5bdc437f79
2 changed files with 3 additions and 1 deletions
|
@ -277,8 +277,10 @@ class Chroot:
|
|||
strict_cache_consistency: bool = False,
|
||||
):
|
||||
"""returns the absolute path `relative_target` was mounted at"""
|
||||
|
||||
def log_or_exc(msg):
|
||||
log_or_exception(strict_cache_consistency, msg, log_level=logging.ERROR)
|
||||
|
||||
relative_destination = relative_destination.lstrip('/')
|
||||
absolute_destination = self.get_path(relative_destination)
|
||||
pseudo_absolute = make_abs_path(relative_destination)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue