Skip to content
Snippets Groups Projects
Commit eb30d26a authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Trying to find buffering deadlock

parent 5aa8d588
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ class Server:
arcname = path.decode('utf8', errors='surrogateescape')
try:
full_path = os.path.join(cwd, arcname)
print('Add:', arcname, full_path, file=sys.stderr)
writer.add(full_path, arcname=arcname)
except FileNotFoundError:
self.log.MESSAGE("File disappeared '%s'" % full_path)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment