Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
archlinux
archversion
Commits
da7b4b5d
Commit
da7b4b5d
authored
Sep 19, 2021
by
Seblu
Browse files
Fix invalid use of "is not"
parent
86320e60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/archversion/version.py
View file @
da7b4b5d
...
...
@@ -379,7 +379,7 @@ class VersionController(object):
# print upstream
toprint
+=
" %sup: %s "
%
(
c_yellow
,
v1
)
# print downstream
if
v2
is
not
""
:
if
v2
!=
""
:
# print separator
toprint
+=
"%s|"
%
c_blue
origin
=
self
.
_packages
.
get
(
name
,{}).
get
(
"downstream"
,
"downstream"
)
...
...
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