public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] Add missing WicError import
@ 2022-03-14 10:55 Wadim Klincov
  2022-03-16  8:24 ` Henning Schild
  2022-03-21 15:02 ` Anton Mikanovich
  0 siblings, 2 replies; 8+ messages in thread
From: Wadim Klincov @ 2022-03-14 10:55 UTC (permalink / raw)
  To: isar-users; +Cc: Wadim Klincov

This patch adds the missing import of `WicError`, making any potential errors when building wic images easier to understand.

Signed-off-by: Wadim Klincov <wadim@klincov.com>
---
 meta/scripts/lib/wic/plugins/isarpluginbase.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/scripts/lib/wic/plugins/isarpluginbase.py b/meta/scripts/lib/wic/plugins/isarpluginbase.py
index 185e2ea..68af220 100644
--- a/meta/scripts/lib/wic/plugins/isarpluginbase.py
+++ b/meta/scripts/lib/wic/plugins/isarpluginbase.py
@@ -8,6 +8,8 @@

 import os

+from wic import WicError
+
 def isar_populate_boot_cmd(rootfs_dir, hdddir):
     # copy all files from rootfs/boot into boot partition
     # no not copy symlinks (ubuntu places them here) because targetfs is fat
--
2.35.1



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-03-21 15:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-14 10:55 [PATCH] Add missing WicError import Wadim Klincov
2022-03-16  8:24 ` Henning Schild
2022-03-16  9:03   ` Anton Mikanovich
2022-03-16 10:12     ` Henning Schild
2022-03-16  9:12   ` Wadim Klincov
2022-03-16 11:13     ` Henning Schild
2022-03-17  9:00       ` Wadim Klincov
2022-03-21 15:02 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox