Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
acme-dns-tiny
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
64b9c4ca
Commit
64b9c4ca
authored
Jun 13, 2018
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config_factory : remove C# style
Too many languages for me today: HTML, TSQL, C# and now Python 3 :D
parent
dfc56771
Pipeline
#213
failed with stage
in 10 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/config_factory.py
tests/config_factory.py
+1
-1
No files found.
tests/config_factory.py
View file @
64b9c4ca
...
...
@@ -33,7 +33,7 @@ def generate_config():
parser
[
"acmednstiny"
][
"AccountKeyFile"
]
=
account_key
.
name
parser
[
"acmednstiny"
][
"CSRFile"
]
=
domain_csr
.
name
parser
[
"acmednstiny"
][
"ACMEDirectory"
]
=
ACMEDIRECTORY
if
(
CONTACT
!=
null
if
(
CONTACT
is
not
None
and
CONTACT
!=
""
):
parser
[
"acmednstiny"
][
"Contacts"
]
=
"mailto:{0}"
.
format
(
CONTACT
)
else
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment