Skip to content

Commit

Permalink
tinfoleak v2.4 (04/09/2018)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaguileradiaz committed Apr 9, 2018
1 parent 68dd75d commit 351f99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinfoleak.py
Original file line number Diff line number Diff line change
Expand Up @@ -3699,7 +3699,7 @@ def generates_HTML_file(parameters, user, source, social, hashtag, mention, geol
if not os.path.exists(parameters.html_output_directory) :
os.makedirs(parameters.html_output_directory)

output_report_filename = parameters.html_output_directory + "/" + ui.tb_report_filename.text()
output_report_filename = parameters.html_output_directory + "/" + str(ui.tb_report_filename.text())
if os.path.exists(output_report_filename):
os.remove(output_report_filename)
f = open(output_report_filename, "w")
Expand Down

0 comments on commit 351f99f

Please sign in to comment.