From 5f77e8756b1f829a75acdf66699d259900138a18 Mon Sep 17 00:00:00 2001 From: bug Lady Date: Sun, 10 Nov 2019 08:12:43 +0100 Subject: [PATCH] Updated 7 traps & gotchas (markdown) --- 7-traps-&-gotchas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/7-traps-&-gotchas.md b/7-traps-&-gotchas.md index 318d5fe..52c2b7d 100644 --- a/7-traps-&-gotchas.md +++ b/7-traps-&-gotchas.md @@ -10,7 +10,7 @@ Though it has translation problems. using ` pyuic4 /src/bitmessageqt/bitmessageui.ui -o src/bitmessageqt/bitmessageui.py ` after editing with Qt4-Designer will break the whole app now. -* even though running ` ./bitmessagemain.py ` straight away used to work, it is better to run ` python2 setup.py build ` before to avoid crashed (e.g. Fedora) +* even though running ` ./bitmessagemain.py ` straight away used to work, it is better to run ` python2 setup.py build ` beforehand to avoid crashes e.g. on Fedora.