Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos-caddy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Guillaume Hervier
slapos-caddy
Commits
5943c670
Commit
5943c670
authored
May 03, 2012
by
Vincent Pelletier
Committed by
Sebastien Robin
May 10, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Save a __setattr__ on construction.
parent
0766a016
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
slapos/recipe/request.py
slapos/recipe/request.py
+1
-1
No files found.
slapos/recipe/request.py
View file @
5943c670
...
...
@@ -29,6 +29,7 @@ import logging
from
slapos
import
slap
as
slapmodule
class
Recipe
(
object
):
failed
=
None
def
__init__
(
self
,
buildout
,
name
,
options
):
logger
=
logging
.
getLogger
(
name
)
...
...
@@ -71,7 +72,6 @@ class Recipe(object):
options
.
get
(
'name'
,
name
),
partition_parameter_kw
=
partition_parameter_kw
,
filter_kw
=
filter_kw
,
shared
=
isSlave
)
self
.
failed
=
None
for
param
in
return_parameters
:
try
:
options
[
'connection-%s'
%
param
]
=
str
(
...
...
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