Skip to content

Commit

Permalink
Seems to be a very hard word to spell
Browse files Browse the repository at this point in the history
  • Loading branch information
alneberg committed Jan 29, 2025
1 parent 96a8200 commit 6594ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion status_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def __init__(self, settings):
self.report_path = {}
self.report_path["minknow"] = Path(self.reports_path, "minknow_reports")
self.report_path["multiqc"] = Path(self.reports_path, "mqc_reports")
self.report_path["toullingqc"] = Path(
self.report_path["toulligqc"] = Path(
self.reports_path, "other_reports", "toulligqc_reports"
)
self.report_path["yggdrasil"] = Path(self.reports_path, "yggdrasil")
Expand Down

0 comments on commit 6594ced

Please sign in to comment.