formatting
This commit is contained in:
@ -259,13 +259,7 @@ class qualysUtils:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.logger = logging.getLogger('qualysUtils')
|
self.logger = logging.getLogger('qualysUtils')
|
||||||
|
|
||||||
def grab_section(
|
def grab_section(self, report, section, end=[], pop_last=False):
|
||||||
self,
|
|
||||||
report,
|
|
||||||
section,
|
|
||||||
end=[],
|
|
||||||
pop_last=False,
|
|
||||||
):
|
|
||||||
temp_list = []
|
temp_list = []
|
||||||
max_col_count = 0
|
max_col_count = 0
|
||||||
with open(report, 'rt') as csvfile:
|
with open(report, 'rt') as csvfile:
|
||||||
|
Reference in New Issue
Block a user