Skip to content

Commit 72440e4

Browse files
author
Conner Saeli
committed
Revert potentially breaking change to print output
1 parent 2d10e6f commit 72440e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/supremm/supremmconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def main():
8686
if isinstance(item, dict):
8787
item = json.dumps(item, indent=4)
8888

89-
print("{} : {}".format(opts['item'], item))
89+
print(item)
9090

9191
else:
9292
print(json.dumps(section, indent=4))

0 commit comments

Comments
 (0)