Interpret a "." prefix as the startdir
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 16 Sep 2017 17:29:38 +0000 (17:29 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 16 Sep 2017 17:29:38 +0000 (17:29 +0000)
commit55687ca44e062ece698b387f5d7018f63e9aa796
treea38a9c2c1eca1d2e084c9b69c4b1641e9f8ffba0
parentc29c06f95bcfb6f0e67be579d2f04e273ab43e9a
Interpret a "." prefix as the startdir

Since daemonization explicitly changes the working directory to "/",
specifying a mudpy.filing.prefix of "." should be taken to refer to
the original starting directory recorded in Universe.startdir rather
than the current directory for the process.
mudpy/data.py