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)
commit3ea02a2d0475cfe074eca4dc81d7eda34d21c80b
tree91f0ca9abb323de729fa355b75d9674d40b7da37
parent5c553abd5aa286825cc314f70ec045a7077d5db7
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