Esempio n. 1
0
def update(ctx, queue):
    """
    Update an existing queue.
    """
    mgr = BatchManager(yml=ctx.obj['CONFIG'])
    mgr.update_queue(queue)
Esempio n. 2
0
def update(ctx, queue):
    """
    Update an existing queue.
    """
    mgr = BatchManager(filename=ctx.obj['CONFIG_FILE'])
    mgr.update_queue(queue)