mirror of
https://git.centos.org/centos/centpkg.git
synced 2025-02-23 08:12:55 +00:00
Drop an unused variable
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
602c1c9692
commit
b461ff2072
1 changed files with 0 additions and 2 deletions
|
@ -177,7 +177,6 @@ class centpkgClient(cliClient):
|
||||||
# Find out divergent branch and stabilization
|
# Find out divergent branch and stabilization
|
||||||
self.log.info("Checking current state...")
|
self.log.info("Checking current state...")
|
||||||
stream_version = self.cmd.target.split("-")[0]
|
stream_version = self.cmd.target.split("-")[0]
|
||||||
rhel_version = centpkg.utils.stream_mapping(stream_version)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
rhel_state = centpkg.utils.determine_rhel_state(
|
rhel_state = centpkg.utils.determine_rhel_state(
|
||||||
|
@ -292,7 +291,6 @@ class centpkgClient(cliClient):
|
||||||
# Find out divergent branch and stabalization
|
# Find out divergent branch and stabalization
|
||||||
self.log.info("Checking rhel-target information:")
|
self.log.info("Checking rhel-target information:")
|
||||||
stream_version = self.cmd.target.split("-")[0]
|
stream_version = self.cmd.target.split("-")[0]
|
||||||
rhel_version = centpkg.utils.stream_mapping(stream_version)
|
|
||||||
|
|
||||||
try:
|
try:
|
||||||
rhel_state = centpkg.utils.determine_rhel_state(
|
rhel_state = centpkg.utils.determine_rhel_state(
|
||||||
|
|
Loading…
Add table
Reference in a new issue