Skip to content

Commit

Permalink
chore: to test the project unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hsekowski-splunk committed Feb 18, 2022
1 parent b2b3596 commit 3ccf59c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def generate_cim_req_params(self):
for file1 in os.listdir(req_file_path):
filename = os.path.join(req_file_path, file1)
LOGGER.info(filename)
if filename.endswith(".log") or filename.endswith(".xml"):
if filename.endswith(".log") or filename.endswith(".log"):
try:
self.check_xml_format(filename)
except Exception:
Expand Down

0 comments on commit 3ccf59c

Please sign in to comment.