view lib/patchablegraph/tasks.py @ 1504:d8eba5a51c1f

try a text/plain response if we think it's a browser asking for the graph Ignore-this: 3ab9e0c28cd46aff6d93e818a8a5fbbd darcs-hash:43107cfc2041fb2a1652265c072aa35c945e129f
author drewp <drewp@bigasterisk.com>
date Mon, 03 Feb 2020 00:50:53 -0800
parents 43791ec0beb2
children 94610b5263e4
line wrap: on
line source

from invoke import task

import sys
sys.path.append('/my/proj/release')
from release import local_release

@task
def release(ctx):
    local_release(ctx)