[wip] tools: python3

Signed-off-by: Wataru Ishida <ishida@nel-america.com>
This commit is contained in:
Wataru Ishida
2020-02-18 01:43:13 -08:00
parent b04e65f58a
commit 224fe6a7cf
17 changed files with 120 additions and 116 deletions

View File

@@ -78,7 +78,7 @@ if ops.kl:
out=sys.stdout
if ops.out and ops.out not in ['-', 'stdout']:
print ops.out
print((ops.out))
out = open(ops.out, "w")
json.dump(g_data, out, indent=ops.indent)