This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 87d312b2edcfc75895fbb9510070d56257afccc7 Author: Daniel Gruno <[email protected]> AuthorDate: Wed Aug 26 13:13:12 2020 +0200 quote consistency --- tools/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/setup.py b/tools/setup.py index 5ed07bb..61618ae 100755 --- a/tools/setup.py +++ b/tools/setup.py @@ -226,7 +226,7 @@ if args.generator: + "\n" ) sys.exit(-1) -if args.generator == 'dkim' and args.nonce is not None: +if args.generator == "dkim" and args.nonce is not None: nonce = args.nonce hostname = input("What is the hostname of the ElasticSearch server? [localhost]: ")
