Fix file pathing in daemon mode
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:24:06 +0000 (18:24 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:24:06 +0000 (18:24 +0000)
commit275b3f156a8ceb0ec50e5651cbcb8415269c7dd4
tree91f0ca9abb323de729fa355b75d9674d40b7da37
parent947a707d32fe29eff85c7091b82be5c67056aecf
Fix file pathing in daemon mode

If run as a daemon, the working directory is reset to "/" for
safety. Make sure that relative file searching takes this into
account and prefixes with the original (pre-chdir) start directory
rather than the current working directory.
mudpy/data.py