Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DaanDeMeyer committed Jan 3, 2025
1 parent 0594682 commit 5b802e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mkosi/sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -720,8 +720,8 @@ def execute(self, oldroot: str, newroot: str) -> None:


def main() -> None:
# We don't use argparse as it takes +- 10ms to import and since this is purely for internal
# use, it's not necessary to have good UX for this CLI interface so it's trivial to write
# We don't use argparse as it takes +- 10ms to import and since this is primarily for internal
# use, it's not necessary to have amazing UX for this CLI interface so it's trivial to write
# ourselves.
argv = list(reversed(sys.argv[1:]))
fsops: list[FSOperation] = []
Expand Down

0 comments on commit 5b802e2

Please sign in to comment.