The swupd search command stopped working at 43500

After updating CL to version 43500, the swupd search command returns the error:

Traceback (most recent call last):
File "/usr/bin/swupd-search", line 626, in <module>
main()
~~~~^^
File "/usr/bin/swupd-search", line 574, in main
parse_pundles("/usr/share/clr-bundles/packages")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/bin/swupd-search", line 124, in parse_pundles
with open (filename, "r") as myfile:
~~~~^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/usr/share/clr-bundles/packages'

I manually created the required files:

touch /usr/share/clr-bundles/packages
mkdir /usr/share/clr-bundles/mappings

After that the command seems to work

1 Like

i got the same in 43520 .
Creating files helps. Thanks .