gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: fix argument parsing


From: gnunet
Subject: [taler-bank] branch master updated: fix argument parsing
Date: Wed, 18 Dec 2019 20:18:24 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 3a833ae  fix argument parsing
3a833ae is described below

commit 3a833aea1ab254a4ee3df6c6c2e1d58d6969fefc
Author: Florian Dold <address@hidden>
AuthorDate: Wed Dec 18 20:18:20 2019 +0100

    fix argument parsing
---
 talerbank/app/management/commands/add_bank_account.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/management/commands/add_bank_account.py 
b/talerbank/app/management/commands/add_bank_account.py
index 69fc1d2..4378e44 100644
--- a/talerbank/app/management/commands/add_bank_account.py
+++ b/talerbank/app/management/commands/add_bank_account.py
@@ -40,7 +40,7 @@ class Command(BaseCommand):
     help = "Add bank accounts."
 
     def add_arguments(self, parser):
-        parser.add_argument("accountname", nargs=1, type=str, help="Login name 
of the new bank account")
+        parser.add_argument("accountname", type=str, help="Login name of the 
new bank account")
         parser.add_argument("--public", action="store_true", help="Make the 
bank account public")
 
     ##

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]