Skip to content

Commit be369ae

Browse files
committed
Moved print down
1 parent 26d86f7 commit be369ae

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

remove-json-keys/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22

33
cli = init.cli()
44

5-
print('')
6-
75
cli.remove_keys = data.csv.parse_val(cli.args.remove_keys or '')
6+
print('')
87
while True: # prompt user for keys to remove
98
if cli.remove_keys : print('Key(s) to remove:', cli.remove_keys)
109
key = input("Enter key to remove (or ENTER if done): ")

remove-json-keys/lib/init.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def cli():
55

66
cli = sns(
77
name='remove-json-keys',
8-
version='2026.2.10.36',
8+
version='2026.2.10.37',
99
author=sns(name='Adam Lui', email='adam@kudoa.com', url='https://github.com/adamlui'),
1010
description='Remove key/value pairs from json_dir/**.json',
1111
urls=sns(

0 commit comments

Comments
 (0)