mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
fix format string
This commit is contained in:
parent
9febbf9cba
commit
c2cd7d015c
@ -667,7 +667,7 @@ class Downloader(QueueMixin, WriteFileMixin):
|
||||
written_pathinfo = get_pathinfo(written_abspath_u)
|
||||
|
||||
if not written_pathinfo.exists:
|
||||
raise Exception("downloaded object %r disappeared" % quote_local_unicode_path(written_abspath_u))
|
||||
raise Exception("downloaded object %s disappeared" % quote_local_unicode_path(written_abspath_u))
|
||||
|
||||
self._db.did_upload_version(relpath_u, metadata['version'], last_uploaded_uri,
|
||||
last_downloaded_uri, last_downloaded_timestamp, written_pathinfo)
|
||||
|
Loading…
x
Reference in New Issue
Block a user