diff --git a/cmake/dependencies/python3.cmake b/cmake/dependencies/python3.cmake index 9a8fca9b8..fc157a76e 100644 --- a/cmake/dependencies/python3.cmake +++ b/cmake/dependencies/python3.cmake @@ -4,6 +4,7 @@ # SPDX-License-Identifier: Apache-2.0 # + SET(_python3_target "RV_DEPS_PYTHON3" ) diff --git a/src/lib/mu/MuQt6/qt6_to_mu.py b/src/lib/mu/MuQt6/qt6_to_mu.py index dce130276..f0d856868 100755 --- a/src/lib/mu/MuQt6/qt6_to_mu.py +++ b/src/lib/mu/MuQt6/qt6_to_mu.py @@ -1979,10 +1979,6 @@ def parseFunction(func, qtnamespace): # Skip any function that has issue with the simple parsing above. print("Error parsing function.. skipping: {0}".format(orig_func)) return None - return None - - -## ## NamespaceInfo holds the final parsed info about a Qt Class The ## other results are Enumeration and Enum which are the name of the ## enumeration and each individual name*value pair.