Skip to content

Commit a1f83e3

Browse files
committed
Remove check-directory comment as now resolved
1 parent d94be01 commit a1f83e3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/helpers/output_helper.py

-4
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,13 @@ def __init__(self, scanner, arguments):
1515
def write_normal(self, filename):
1616
file = file_helper(filename)
1717

18-
# todo: finish check_directory (needs regex to split out filename)
19-
# file.check_directory(filename)
20-
2118
output = self.generate_header()
2219
output += self.output_normal_likely()
2320

2421
if(self.arguments.fuzzy_logic):
2522
output += self.output_fuzzy()
2623

2724
output += self.output_normal_detail()
28-
2925
file.write_file(output)
3026

3127
def output_normal_likely(self):

0 commit comments

Comments
 (0)