Traceback when poezio can't open the fifo file.
2014-09-17 16:17:08,685 ERROR:core:Could not open the fifo for writing
(./poezio.fifo/./poezio.fifo)
Traceback (most recent call last):
File "/home/eijebong/poezio/src/core/core.py", line 714, in
exec_command
'w')
File "/home/eijebong/poezio/src/fifo.py", line 43, in init
os.mkfifo(path)
FileNotFoundError: [Errno 2] No such file or directory
2014-09-17 16:17:08,775 ERROR:fifo:Unable to close descriptors for the
fifo
Traceback (most recent call last):
File "/home/eijebong/poezio/src/fifo.py", line 66, in del
self.fd.close()
AttributeError: 'Fifo' object has no attribute 'fd'
- Changesets:
- Revision d95ec953 by mathieui on 2014-09-17T15:17:47Z:
Fix the doc for remote_fifo_path (fixes #2584)