Skip to content

Commit

Permalink
Merge pull request #2469 from DaanDeMeyer/logging
Browse files Browse the repository at this point in the history
Two fixes
  • Loading branch information
DaanDeMeyer authored Mar 7, 2024
2 parents ea1b00c + 2222ecf commit 0ead49b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mkosi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3823,9 +3823,7 @@ def run_sync(args: Args, config: Config, *, resources: Path) -> None:
(config.package_cache_dir_or_default() / d / subdir).mkdir(parents=True, exist_ok=True)

with (
complete_step(f"Syncing package manager metadata for {config.name()} image"),
prepend_to_environ_path(config),
rchown_package_manager_dirs(config),
setup_workspace(args, config) as workspace,
):
context = Context(
Expand Down

0 comments on commit 0ead49b

Please sign in to comment.