Skip to content

Commit 9389eeb

Browse files
committed
cmsRWSHelper: "get" does not attempt to print a binary string
1 parent 9091a29 commit 9389eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmscontrib/RWSHelper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def main():
169169
continue
170170

171171
if args.action == "get":
172-
print(res.content)
172+
print(res.content.decode('utf-8'))
173173

174174
if had_error:
175175
return 1

0 commit comments

Comments
 (0)