Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
d76861c6
Unverified
Commit
d76861c6
authored
Jun 09, 2018
by
Felix Yan
Committed by
GitHub
Jun 09, 2018
Browse files
models.py: correct a typo
parent
7b9f414e
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/models.py
View file @
d76861c6
...
...
@@ -218,7 +218,7 @@ def get_requiredby(self):
new_rqd
=
[]
for
dep
in
requiredby
:
if
not
dep
.
comparison
or
not
dep
.
version
:
# no comparis
s
on/version, so always let it through
# no comparison/version, so always let it through
new_rqd
.
append
(
dep
)
elif
self
.
pkgname
==
dep
.
name
:
# depends on this package, so check it directly
...
...
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