SUSE / susecloud-repocheck

SUSECloud Update Infrastructure Check for Azure, AWS, and GCP
GNU General Public License v3.0
22 stars 10 forks source link

Error: check_pgk_versions failed if OS not exist package: cloud-regionsrv-client #41

Closed roamin9 closed 1 year ago

roamin9 commented 3 years ago
$ python3 sc-repocheck.py 

2021-07-23 09:24:30,028 INFO: ~~ sc-repocheck 1.2.9 ~~
2021-07-23 09:24:30,032 INFO: Checking package versions.
Traceback (most recent call last):
  File "sc-repocheck.py", line 2776, in <module>
    main(args)
  File "sc-repocheck.py", line 2610, in main
    check_pkg_versions(framework)
  File "sc-repocheck.py", line 2278, in check_pkg_versions
    if (ver > required_version) - (ver < required_version) == -1:
TypeError: unorderable types: int() > str()