Skip to content
GitLab
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
8db0989a
Commit
8db0989a
authored
Jan 12, 2018
by
Guilhem Saurel
Browse files
remove debug
parent
b1059504
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/models.py
View file @
8db0989a
...
...
@@ -103,7 +103,6 @@ class Forge(Links, NamedModel):
repo_data
=
repo
.
api_data
()
if
repo_data
and
'license'
in
repo_data
and
repo_data
[
'license'
]:
print
(
repo_data
[
'license'
])
if
'spdx_id'
in
repo_data
[
'license'
]
and
repo_data
[
'license'
][
'spdx_id'
]:
license
=
License
.
objects
.
get
(
spdx_id
=
repo_data
[
'license'
][
'spdx_id'
])
repo
.
license
=
license
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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