diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-04-12 11:50:04 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2019-04-12 11:50:15 +0200 |
| commit | c90f2dab794d5999c4546d436fb14c916b8b62ea (patch) | |
| tree | 2ef77d45871ec3afe4774075844addf985d6b78a | |
| parent | f1683641b581c702656baada86ffbda8d4c17aa7 (diff) | |
| download | memory-leaks-c90f2dab794d5999c4546d436fb14c916b8b62ea.tar.xz | |
Be more explicit about BunsenLabs issue
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | personal/itches/bulk.md | 11 |
2 files changed, 11 insertions, 2 deletions
@@ -1,5 +1,5 @@ # Peniblec's Memory Leaks -## still reachable: 7148 words in 14 pages +## still reachable: 7177 words in 14 pages Hi! I am a software engineer interested in [a bunch of things]. diff --git a/personal/itches/bulk.md b/personal/itches/bulk.md index b05ca0a..ce646ca 100644 --- a/personal/itches/bulk.md +++ b/personal/itches/bulk.md @@ -31,4 +31,13 @@ together; `*graph` functions still trigger the bug though, e.g. with: # Bunsenlabs - use https for sources.list files -- manpages for bl-… utilities +- some manpages for `bl-…` utilities feature a buggy DESCRIPTION + section, e.g. `bl-kb`: + + DESCRIPTION + Traceback (most recent call last): + File "./bin/bl-kb", line 50, in <module> + + from lxml import etree + + ImportError: No module named 'lxml' |
