diff --git a/phy2html.py b/phy2html.py
index 9151d93..c062d28 100644
--- a/phy2html.py
+++ b/phy2html.py
@@ -215,8 +215,8 @@ def create_html_tree(inname: str, outname: str, col_width: str = "40px", row_hei
if outname != "": # if output file name is provided, write to file
with open(outname, "w") as outfile:
outfile.writelines(outlist)
- if verbose:
- print("HTML file created: " + outname)
+ if verbose:
+ print("HTML file created: " + outname)
return outlist