Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 685e642

Browse files
author
Daniele Linguaglossa
authored
fix issue #3
1 parent be2f6b0 commit 685e642

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyjfuzz/core/pjf_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def fuzz_elements(self, element):
153153
element = tmp_element
154154
del tmp_element
155155
elif type(element) == list:
156-
if len(self.config.parameters) < 0:
156+
if len(self.config.parameters) <= 0:
157157
arr = []
158158
for key in element:
159159
if type(key) == dict:

0 commit comments

Comments
 (0)