mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-07 01:54:04 +00:00
Fix number of builds on wiki page in forks
This commit is contained in:
@@ -39,7 +39,7 @@ def calculate_monthly_stat(
|
|||||||
year_month_file: YearMonthFile, year_month_date: datetime.date
|
year_month_file: YearMonthFile, year_month_date: datetime.date
|
||||||
) -> Statistics:
|
) -> Statistics:
|
||||||
builds = sum(
|
builds = sum(
|
||||||
"jupyter/base-notebook" in line and "aarch64" not in line
|
"/base-notebook" in line and "aarch64" not in line
|
||||||
for line in year_month_file.content.split("\n")
|
for line in year_month_file.content.split("\n")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user