You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Improve output
This commit is contained in:
@@ -8,7 +8,7 @@ def parse_manifest(manifest_path):
|
||||
try:
|
||||
with uio.open(manifest_path, 'r') as f:
|
||||
for line in f:
|
||||
print(f"Parsing line: {line}")
|
||||
#print(f"Parsing line: {line}")
|
||||
line = line.strip()
|
||||
if line.startswith("Name:"):
|
||||
name = line.split(":", 1)[1].strip()
|
||||
|
||||
Reference in New Issue
Block a user