Completion of OpenVAS module
This commit is contained in:
@ -835,7 +835,6 @@ decrement = True
|
||||
while decrement:
|
||||
decrement = False
|
||||
try:
|
||||
print type(maxInt), maxInt
|
||||
csv.field_size_limit(maxInt)
|
||||
except OverflowError:
|
||||
maxInt = int(maxInt/10)
|
||||
|
Reference in New Issue
Block a user