コード例 #1
0
ファイル: dplycli.py プロジェクト: mitesh91/batchbeagle
def update(ctx, queue):
    """
    Update an existing queue.
    """
    mgr = BatchManager(yml=ctx.obj['CONFIG'])
    mgr.update_queue(queue)
コード例 #2
0
def update(ctx, queue):
    """
    Update an existing queue.
    """
    mgr = BatchManager(filename=ctx.obj['CONFIG_FILE'])
    mgr.update_queue(queue)