Skip to content

Commit 9b0d93c

Browse files
committed
fox print of bucket log in validator forward
1 parent 19535ee commit 9b0d93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

folding/validators/forward.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ async def try_prepare_md_challenge(self, config, pdb_id: str) -> Dict:
297297
if "validator_search_status" not in event:
298298
if not config.s3.off:
299299
try:
300-
logger.info(f"Uploading to {self.handler}")
300+
logger.info(f"Uploading to {self.handler.bucket_name}")
301301
s3_links = await upload_to_s3(
302302
handler=self.handler,
303303
pdb_location=protein.pdb_location,

0 commit comments

Comments
 (0)