Skip to content

Commit

Permalink
Update getPayloadData.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Dres90 authored Aug 2, 2021
1 parent b07e094 commit 4f0171d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CondCore/Utilities/scripts/getPayloadData.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,6 @@ def output(description, param):


# Else -> output result json string with base 64 encoding
else:
else:
import base64
os.write( 1, base64.b64encode(bytes(result, 'utf-8')))

0 comments on commit 4f0171d

Please sign in to comment.