Skip to content

Commit c6c8147

Browse files
author
Ilija Vukotic
committed
forgotten await
1 parent 354a2f9 commit c6c8147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/servicex_did_finder_lib/servicex_adaptor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ async def put_file_add(self, file_info):
8686
if response.status != 200:
8787
self.logger.error(
8888
'could not send a put_file {}'.format(response.status))
89+
print(await response.text())
8990
self.logger.info(f"Metric: {json.dumps(mesg)}")
9091
success = True
9192
except aiohttp.ClientConnectorError:

0 commit comments

Comments
 (0)