Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Colas Pomies
LbNightlyTools
Commits
775b60fb
Commit
775b60fb
authored
May 29, 2015
by
cpomies
Browse files
Fixed : error no_checkout python user launch script
parent
9ceeda06
Changes
1
Hide whitespace changes
Inline
Side-by-side
python/LbNightlyTools/UserLaunch.py
View file @
775b60fb
...
...
@@ -90,7 +90,7 @@ class Script(LbUtils.Script.PlainScript):
return
1
# Create a file that contain JobParams for each slot
self
.
write_files
(
slots
,
flavour
,
output_file
,
opts
.
rebuild_last_id
,
opts
.
slot_build_id
)
self
.
write_files
(
slots
,
flavour
,
output_file
,
opts
.
rebuild_last_id
,
opts
.
no_checkout
,
opts
.
slot_build_id
)
self
.
log
.
info
(
'End of manage user launch'
)
...
...
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