Skip to content

Commit

Permalink
Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
aanil committed Jan 20, 2025
1 parent a0ead28 commit f92292f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions status/flowcell.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,10 +760,19 @@ def get(self, name):
barcodes=self.fetch_barcodes(name),
args=self.fetch_args(name),
has_minknow_report=os.path.exists(
os.path.join(self.application.reports_path, "minknow_reports", f"report_{name}.html")
os.path.join(
self.application.reports_path,
"minknow_reports",
f"report_{name}.html",
)
),
has_toulligqc_report=os.path.exists(
os.path.join(self.application.reports_path,"other_reports", "toulligqc_reports", f"report_{name}.html")
os.path.join(
self.application.reports_path,
"other_reports",
"toulligqc_reports",
f"report_{name}.html",
)
),
user=self.get_current_user(),
)
Expand Down

0 comments on commit f92292f

Please sign in to comment.