With current code tests started to create app files in the src dir #1765
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello!
Recently I discovered that after I run tests (call tox in my working directory) PyBitmessage starts in portable mode. It happens because it founds keys.dat in the src dir. I extended
tests
by app files checkup and reproduced the issue: https://travis-ci.org/github/g1itch/PyBitmessage/builds/772590150. In my branch with reverted49f9620
it could also fail but only because of debug.log.I guess there is some mistake in
helper_startup
which manifests itself with python3.