Skip to content

Commit

Permalink
debug 4
Browse files Browse the repository at this point in the history
  • Loading branch information
amaltaro committed Oct 13, 2022
1 parent 07f733f commit 42b7765
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/python/WMCore/Services/pycurl_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ def decompress(body, headers):
return body

try:
print("AMR decompressing body")
return gzip.decompress(body)
except Exception as exc:
logger = logging.getLogger()
Expand Down

0 comments on commit 42b7765

Please sign in to comment.