Skip to content

Commit d0d480b

Browse files
committed
🐛 fix syntax error (two closing parantheses)
1 parent 5f98172 commit d0d480b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vuegen/streamlit_reportview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ def _generate_home_section(
360360
report_manag_content : list
361361
A list to store the content that will be written to the report manager file.
362362
"""
363-
self.report.logger.debug("Processing home section."))
363+
self.report.logger.debug("Processing home section.")
364364

365365
try:
366366
# Create folder for the home page

0 commit comments

Comments
 (0)