1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 11:07:44 +00:00

fix ruff warnings

This commit is contained in:
Sylvestre Ledru 2025-03-18 20:36:38 +01:00
parent 663a9202e5
commit b1c3175387
5 changed files with 12 additions and 9 deletions

View file

@ -37,5 +37,4 @@ for filepath in test_dir.glob("**/*.log"):
except Exception as e:
print(f"Error processing file {path}: {e}", file=sys.stderr)
print(json.dumps(out, indent=2, sort_keys=True))