gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] branch master updated: make --frontend o


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: make --frontend option mandatory
Date: Fri, 05 Jan 2018 12:47:02 +0100

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

marcello pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 369d479  make --frontend option mandatory
369d479 is described below

commit 369d47974bc75df5df74c8253286e27308d04f53
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 5 12:46:46 2018 +0100

    make --frontend option mandatory
---
 taler-merchant-backoffice.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-merchant-backoffice.in b/taler-merchant-backoffice.in
index 048da23..a554e85 100644
--- a/taler-merchant-backoffice.in
+++ b/taler-merchant-backoffice.in
@@ -67,7 +67,7 @@ PARSER.add_argument('--config', '-c',
 PARSER.add_argument('--frontend', '-f',
                     help="fetch config values from [backoffice-<FRONTEND>] 
section",
                     metavar="FRONTEND", type=str,
-                    dest="frontend", default=None)
+                    dest="frontend", required=True)
 SUB = PARSER.add_subparsers()
 
 P = SUB.add_parser('serve-http', help="Serve over HTTP")

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



reply via email to

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