Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
107
Merge Requests
107
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
fb1aafad
Commit
fb1aafad
authored
Jan 11, 2025
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slapos: fix SyntaxError: Non-ASCII character '\xc2' on py2
parent
d26d1810
Pipeline
#38984
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
slapos/recipe/slapconfiguration.py
slapos/recipe/slapconfiguration.py
+2
-2
No files found.
slapos/recipe/slapconfiguration.py
View file @
fb1aafad
...
...
@@ -197,7 +197,7 @@ class Recipe(object):
v6_add
(
ip
)
# XXX: emit warning on unknown address type ?
# XXX
slapproxy is sending 'full_address_list' not 'full_ip_list' (like real slapos master)
# XXX
slapproxy is sending 'full_address_list' not 'full_ip_list' (like real slapos master)
# just pop this value for now. Remove this when slapproxy is fixed.
parameter_dict
.
pop
(
'full_address_list'
,
None
)
...
...
@@ -217,7 +217,7 @@ class Recipe(object):
# validate the parameters (only when using JsonSchema recipe)
# after popping the custom values sent by slapos master
#
but before adding the value from .slapos-resources file
#
but before adding the value from .slapos-resources file
parameter_dict
=
self
.
_validateParameterDict
(
options
,
parameter_dict
)
options
[
'ipv4'
]
=
ipv4_set
...
...
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