Fix justify m_len call. Fixes #3019

This commit is contained in:
Griatch 2022-12-07 19:34:27 +01:00
parent 4c59a243dc
commit 045a83c6cc
4 changed files with 7 additions and 18 deletions

View file

@ -13,7 +13,7 @@ default:
@echo " make test - run evennia test suite with all default values."
@echo " make tests=evennia.path test - run only specific test or tests."
@echo " make testp - run test suite using multiple cores."
@echo " make publish - publish evennia to pypi (requires pypi credentials)
@echo " make release - publish evennia to pypi (requires pypi credentials)
install:
pip install -e .