From 33691cf5cb779b5489da157a592d406dcf500eb2 Mon Sep 17 00:00:00 2001 From: z-bowen Date: Fri, 17 Aug 2018 16:58:33 +0200 Subject: [PATCH] Problem: Docserver failing to parse doctring for `run_upsert_validator_approve` Solution: Added a line break. Not sure this will work... Fingers crossed. --- bigchaindb/commands/bigchaindb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigchaindb/commands/bigchaindb.py b/bigchaindb/commands/bigchaindb.py index ed85d9e6..27219ee8 100644 --- a/bigchaindb/commands/bigchaindb.py +++ b/bigchaindb/commands/bigchaindb.py @@ -145,8 +145,8 @@ def run_upsert_validator_new(args, bigchain): def run_upsert_validator_approve(args, bigchain): - """Approve an election to add/update/remove a validator to an - existing BigchainDB network + """Approve an election to add/update/remove a validator to an existing BigchainDB network + :param args: dict args = { 'election_id': the election_id of the election (str)