diff options
Diffstat (limited to '0020-tools-pygrub-Small-refactors.patch')
-rw-r--r-- | 0020-tools-pygrub-Small-refactors.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0020-tools-pygrub-Small-refactors.patch b/0020-tools-pygrub-Small-refactors.patch index 5b24800..937cf4c 100644 --- a/0020-tools-pygrub-Small-refactors.patch +++ b/0020-tools-pygrub-Small-refactors.patch @@ -1,7 +1,7 @@ From 4f46a077fde520dcdc466da611d7abd124f260f8 Mon Sep 17 00:00:00 2001 From: Alejandro Vallejo <alejandro.vallejo@cloud.com> Date: Mon, 25 Sep 2023 18:32:22 +0100 -Subject: [PATCH 20/27] tools/pygrub: Small refactors +Subject: [PATCH 20/30] tools/pygrub: Small refactors Small tidy up to ensure output_directory always has a trailing '/' to ease concatenating paths and that `output` can only be a filename or None. @@ -61,5 +61,5 @@ index ce4e07d3e8..1042c05b86 100755 else: fd = os.open(output, os.O_WRONLY) -- -2.42.0 +2.43.0 |