File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -109,17 +109,17 @@ Add new methods in the `RegulatoryAssessmentTool` class to handle additional SPA
109109Customizing the Report Layout
110110Modify the ` download_report ` route in ` main.py ` to change the layout, styles, and content of the PDF report.
111111
112- Troubleshooting
112+ # Troubleshooting
113113
114114Common Issues and Solutions
115115SPARQL Query Errors: Ensure the SPARQL queries are correctly formatted and the endpoint is accessible.
116116Flask Application Errors: Check for missing or misconfigured routes and templates.
117117
118- Logging and Debugging
118+ # Logging and Debugging
119119Enable logging in ` main.py ` :
120120logging.basicConfig(level=logging.DEBUG)
121121Check the console output for detailed logs.
122122
123123
124- Contact
124+ # Contact
125125For support or to contribute to this project, contact Jenni Parry at jenni.parry@ucdconnect.ie .
You can’t perform that action at this time.
0 commit comments