mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
reformat python code with black
This commit is contained in:
@@ -9,7 +9,7 @@ import json
|
||||
import sys
|
||||
from os import environ
|
||||
|
||||
REPO_DEFAULT_BRANCH = environ.get('REPO_DEFAULT_BRANCH', 'main')
|
||||
REPO_DEFAULT_BRANCH = environ.get("REPO_DEFAULT_BRANCH", "main")
|
||||
|
||||
NEW = json.load(open("gnu-result.json"))
|
||||
OLD = json.load(open("main-gnu-result.json"))
|
||||
|
||||
@@ -24,4 +24,4 @@ for filepath in test_dir.glob("**/*.log"):
|
||||
except:
|
||||
pass
|
||||
|
||||
print(json.dumps(out, indent=2, sort_keys=True))
|
||||
print(json.dumps(out, indent=2, sort_keys=True))
|
||||
|
||||
Reference in New Issue
Block a user