Completion of OpenVAS module

This commit is contained in:
Austin Taylor
2018-03-04 15:06:09 -05:00
parent 21b2a03b36
commit f6745b00fd
3 changed files with 2 additions and 2 deletions

View File

@ -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)