mirror of
https://github.com/liquidraver/ZephCore.git
synced 2026-09-02 12:13:44 +00:00
14 lines
608 B
Diff
14 lines
608 B
Diff
diff --git a/scripts/west_commands/blobs.py b/scripts/west_commands/blobs.py
|
|
index 651fa0288ff..45d66593421 100644
|
|
--- a/scripts/west_commands/blobs.py
|
|
+++ b/scripts/west_commands/blobs.py
|
|
@@ -288,7 +288,7 @@ class Blobs(WestCommand):
|
|
continue
|
|
self.inf(f"Fetching blob {blob['module']}: {blob['abspath']}")
|
|
|
|
- if blob['click-through'] and not args.auto_accept:
|
|
+ if blob.get('click-through') and not args.auto_accept:
|
|
while True:
|
|
user_input = input(
|
|
"For this blob, need to read and accept "
|