Correct a TypeError in the show time command
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 11 May 2019 13:18:04 +0000 (13:18 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 11 May 2019 13:18:04 +0000 (13:18 +0000)
commit2f395c0d81aa9ca60a86940dcb4c49c9f7e5815d
tree38c34f3a195c985d2f3ccf07ba1a593b720cfaaf
parent509e33f717fdbd455792f4cba3f2a583dc6100db
Correct a TypeError in the show time command

Add missing type conversion in the output of the show time
administrative command, and include a regression test so we assure
it continues to work.
mudpy/command.py
mudpy/tests/selftest.py