Update docker file to better handle starting without an existing game folder

This commit is contained in:
Griatch 2018-10-07 18:29:25 +02:00
parent fdc4550e19
commit a2e8b27ee4
3 changed files with 22 additions and 7 deletions

View file

@ -258,7 +258,6 @@ def prototype_from_object(obj):
aliases = obj.aliases.get(return_list=True)
if aliases:
prot['aliases'] = aliases
from evennia import set_trace;set_trace()
tags = [(tag.db_key, tag.db_category, tag.db_data)
for tag in obj.tags.all(return_objs=True)]
if tags: