Skip to content

Commit

Permalink
[Fix] ScanConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyY19 committed Sep 26, 2024
1 parent 04e39fd commit 1eca328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CheckmarxPythonSDK/CxOne/dto/ScanConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def __str__(self):
)

def as_dict(self):
if not self.value:
if self.value:
return {
"type": self.type,
"value": self.value,
Expand Down

0 comments on commit 1eca328

Please sign in to comment.