Dom Update Error

When attempting to update dom0, getting the following error message:

[ERROR] Failed to import module localemod, this is due most likely to a syntax

error:

Traceback (most recent call last):

File “/usr/lib/python3.8/site-packages/salt/loader.py”, line 1685, in _load_module
mod = spec.loader.load_module()
File “”, line 522, in
check_name_wrapper
File “”, line1027, in load_module
File “”, line 852, in load_module
File"", line 265, in
load module_shim
File “”, line 702, in _load
File “”, line 671, in _load_unlocked
File “”, line 848, in exec_module
File “” line 219, in _call_with_frames_removed
File “/var/cache/salt/minion/extmods/modules/localemod.py”, line 222, in
@decorators.which(‘locale-gen’)
AttributeError: module ‘salt.utils.decorators’ has no attribute ‘which’

also getting another error message returned:

failed qubes.windowicon updater

have you tried updating via the terminal with “sudo dnf update”?

yeah when I use that method, it returns:

Dependencies resolved.
Nothing to do.
Complete!

Not sure why there is a discrepancy between the two methods