Paste #261891

   
pasted on 25.04.2022 11:16
  • Edit to this paste
  • Print
  • Raw
  • Compare with paste
    #  
  • Toggle line numbers
  • Syntax highlighting  
Text paste
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
cl-update
Синхронизация репозиториев
 * Проверка текущего сервера обновлений |Traceback (most recent call last):
   File "/usr/lib/python3.9/site-packages/calculate/core/server/func.py", line 754, in run
    res = method(*args)
   File "/usr/lib/python3.9/site-packages/calculate/update/update.py", line 1695, in check_current_binhost
    if self.compare_update_level(binhost.level) > 0:
 TypeError: '>' not supported between instances of 'NoneType' and 'int'
 ...
 * TypeError:'>' not supported between instances of 'NoneType' and 'int'(calculate.update.update:1695)
 * Поиск нового сервера обновлений ...                                                                                                [ ok ]
 * Проверка обновлений Distros ...                                                                                                    [ ok ]
 * Проверка обновлений Calculate ...                                                                                                  [ ok ]
 * Синхронизация Calculate репозитория ...                                                                                            [ ok ]
 * Проверка обновлений Gentoo ...                       
Add Comment
Author