1.0 has an invalid entry point
Entry point updater-supervisor
is invalid. It fails with following error:
root@alfa: ~ # /usr/bin/updater-supervisor -d --rand-sleep
Traceback (most recent call last):
File "/__init__.py", line 2332, in resolve
AttributeError: module 'svupdater' has no attribute 'main'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/updater-supervisor", line 11, in <module>
load_entry_point('svupdater==1.0', 'console_scripts', 'updater-supervisor')()
File "/__init__.py", line 480, in load_entry_point
File "/__init__.py", line 2693, in load_entry_point
File "/__init__.py", line 2324, in load
File "/__init__.py", line 2334, in resolve
ImportError: module 'svupdater' has no attribute 'main'
Edited by Karel Koci