formatting
This commit is contained in:
@ -229,14 +229,8 @@ class qualysScanReport:
|
|||||||
]
|
]
|
||||||
CATEGORY_HEADER = ['Category', 'Severity', 'Level', 'Description']
|
CATEGORY_HEADER = ['Category', 'Severity', 'Level', 'Description']
|
||||||
|
|
||||||
def __init__(
|
def __init__(self, config=None, file_in=None,
|
||||||
self,
|
file_stream=False, delimiter=',', quotechar='"'):
|
||||||
config=None,
|
|
||||||
file_in=None,
|
|
||||||
file_stream=False,
|
|
||||||
delimiter=',',
|
|
||||||
quotechar='"',
|
|
||||||
):
|
|
||||||
self.logger = logging.getLogger('qualysScanReport')
|
self.logger = logging.getLogger('qualysScanReport')
|
||||||
self.file_in = file_in
|
self.file_in = file_in
|
||||||
self.file_stream = file_stream
|
self.file_stream = file_stream
|
||||||
|
Reference in New Issue
Block a user