Skip to content

Commit c5ad13b

Browse files
authored
stick a %s on line 190 clients.py (#1707)
Signed-off-by: Mattt Zmuda <mattt@replicate.com>
1 parent 8dc4890 commit c5ad13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/cog/server/clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ async def chunk_file_reader() -> AsyncIterator[bytes]:
187187
# if we get multipart uploads working or a separate API route
188188
# then we could drop this
189189
if url and ".internal" in url:
190-
log.info("doing test upload to", url)
190+
log.info("doing test upload to %s", url)
191191
resp1 = await self.file_client.put(
192192
url,
193193
content=b"",

0 commit comments

Comments
 (0)