mirror of
https://github.com/littlefs-project/littlefs.git
synced 2025-12-07 16:12:47 +00:00
Tried to write errors to stderr consistently in scripts
This commit is contained in:
@@ -903,7 +903,8 @@ def main(csv_paths, *,
|
||||
all_y = [k for k, _ in all_y]
|
||||
|
||||
if not all_by and not all_y:
|
||||
print("error: needs --by or -y to figure out fields")
|
||||
print("error: needs --by or -y to figure out fields",
|
||||
file=sys.stderr)
|
||||
sys.exit(-1)
|
||||
|
||||
# create a grid of subplots
|
||||
|
||||
Reference in New Issue
Block a user