Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
2eff802c
Commit
2eff802c
authored
Aug 18, 2020
by
Guilhem Saurel
Browse files
fix logic
parent
ff39a95d
Pipeline
#10737
passed with stage
in 1 minute and 54 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
2eff802c
...
...
@@ -824,8 +824,7 @@ class Robotpkg(NamedModel):
for
target
in
Target
.
objects
.
active
():
for
py3
in
py3s
:
for
debug
in
debugs
:
if
not
target
.
py2_available
and
not
py3
:
continue
if
target
.
py2_available
or
py3
or
not
self
.
name
.
startswith
(
'py-'
):
Image
.
objects
.
get_or_create
(
robotpkg
=
self
,
target
=
target
,
py3
=
py3
,
debug
=
debug
)[
0
].
update
()
def
update
(
self
,
pull
=
True
):
...
...
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