-
-
Notifications
You must be signed in to change notification settings - Fork 37
Resolving update issues
Oliver Tseng edited this page Feb 27, 2021
·
3 revisions
UBA updates by downloading files for the latest release in the patches.txt
file. If a file is missing in there, then the file can be manually downloaded.
You can tell if a file is missing if it says something like No module named 'xxxxx
. Run python3 download.py xxxx
to download the missing file.
For example, if it says No module named 'gui.InfoDialog'
, run python3 download.py gui.InfoDialog
.