We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 354a2f9 commit c6c8147Copy full SHA for c6c8147
src/servicex_did_finder_lib/servicex_adaptor.py
@@ -86,6 +86,7 @@ async def put_file_add(self, file_info):
86
if response.status != 200:
87
self.logger.error(
88
'could not send a put_file {}'.format(response.status))
89
+ print(await response.text())
90
self.logger.info(f"Metric: {json.dumps(mesg)}")
91
success = True
92
except aiohttp.ClientConnectorError:
0 commit comments