summaryrefslogtreecommitdiff
path: root/bugs/ugly-enoent-error-message.mdwn
blob: 4097f6e0b54489fcc9913493474cd9ba4a2bf57e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[[!tag obnam-wishlist]]

ugly error message from obnam:

    00h28m12s 42015 files; 108.21 MiB (224.7 KiB/s)
    /home/liw/.mozilla/firefox/td0gERROR: Cannot back up
    /home/liw/.mozilla/firefox/td0gy7bo.default/urlclassifier3.sqlite-journal:
    (2, 'No such file or directory',
    '/home/liw/.mozilla/firefox/td0gy7bo.default/urlclassifier3.sqlite-journal')

- should start error message on new line
- should not print Python tuple

--liw

---

I believe the tuple printing is now fixed. --liw

---

The problem with error messages getting printed out in the middle of
progress output has now been fixed in git master. --liw
[[done]]