fix: fix packer logging issue
This commit is contained in:
@@ -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"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user