trigger_jumps: initialize publisher (#21447)

This commit is contained in:
Thomas NOËL 2018-01-26 15:51:44 +01:00
parent c53587da68
commit 7e2e05aa6a
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ class Command(BaseCommand):
if not domain in publisher.get_tenants():
raise CommandError('unknown tenant')
publisher.app_dir = os.path.join(publisher.app_dir, domain)
publisher.set_config()
return publisher
def handle(self, filenames, domain, trigger, workflow_id, formdef_id,