Skip to content

Commit c3c243d

Browse files
committed
Fix lib/print.py: do not print setting :D
1 parent 2ccd9fc commit c3c243d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/print.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
output = "plain"
1+
#!/usr/bin/env python3
22

3+
output = "plain"
34

45
def _print(*args, **kwargs):
56
if not is_json_output():
@@ -8,7 +9,6 @@ def _print(*args, **kwargs):
89

910
def set_output_json():
1011
global output
11-
print("setting")
1212
output = "json"
1313

1414

0 commit comments

Comments
 (0)