mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-12-26 09:08:30 +00:00
Tried to write errors to stderr consistently in scripts
This commit is contained in:
@@ -89,7 +89,8 @@ def main(disk, block=None, *,
|
||||
block = [0]
|
||||
|
||||
if len(block) > 1:
|
||||
print("error: More than one block address?")
|
||||
print("error: more than one block address?",
|
||||
file=sys.stderr)
|
||||
sys.exit(-1)
|
||||
|
||||
block = block[0]
|
||||
|
||||
Reference in New Issue
Block a user