fix: fix packer logging issue

This commit is contained in:
2026-08-05 14:35:02 +08:00
parent 2c5df3fd63
commit ae3f10a640
3 changed files with 7 additions and 7 deletions
@@ -57,7 +57,7 @@ class CMakeProperties:
raise ValueError(
"bad namespace component in CMake. consider manually specifying it"
)
if not utils.is_good_name(self.target_name) is None:
if not utils.is_good_name(self.target_name):
raise ValueError(
"bad target name component in CMake. consider manually specifying it"
)