mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
clarify error message a bit
This commit is contained in:
parent
7a3c7c8ef8
commit
e01cedde5c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ COMMAND_DEFAULT_CLASS = utils.class_from_module(settings.COMMAND_DEFAULT_CLASS)
|
|||
try:
|
||||
import debugpy
|
||||
except ImportError:
|
||||
print("Error, debugpy not found! Please install debugpy by running: pip install debugpy")
|
||||
print("Error, debugpy not found! Please install debugpy by running: `pip install debugpy`\nAfter that please reboot Evennia with `evennia reboot`")
|
||||
sys.exit()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue