diff --git a/build/scripts/Targets/TargetDescriptionFiles/Services/AtdfService.php b/build/scripts/Targets/TargetDescriptionFiles/Services/AtdfService.php index 18c3869d..853c4097 100644 --- a/build/scripts/Targets/TargetDescriptionFiles/Services/AtdfService.php +++ b/build/scripts/Targets/TargetDescriptionFiles/Services/AtdfService.php @@ -558,7 +558,7 @@ class AtdfService $this->stringService->tryStringToInt($attributes['pagesize'] ?? null), $attributes['rw'] ?? null, [], - isset($attributes['exec']) ? (bool) $attributes['exec'] : null + isset($attributes['exec']) && $attributes['exec'] ); }