--- a/scripts/create_windows_links.py Sat Dec 16 17:52:02 2023 +0100 +++ b/scripts/create_windows_links.py Sun Dec 17 17:15:19 2023 +0100 @@ -69,7 +69,7 @@ @param path registry path of the variable @type str @return value of requested registry variable - @rtype any + @rtype Any """ try: registryKey = winreg.OpenKey(winreg.HKEY_CURRENT_USER, path)