mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-10 11:32:57 +00:00
Better logs
This commit is contained in:
@@ -43,7 +43,7 @@ def update_monthly_wiki_page(
|
|||||||
MONTHLY_PAGE_HEADER, MONTHLY_PAGE_HEADER + build_history_line + "\n"
|
MONTHLY_PAGE_HEADER, MONTHLY_PAGE_HEADER + build_history_line + "\n"
|
||||||
)
|
)
|
||||||
monthly_page.write_text(monthly_page_content)
|
monthly_page.write_text(monthly_page_content)
|
||||||
LOGGER.info(f"Updated monthly page: {month}")
|
LOGGER.info(f"Updated monthly page: {monthly_page.relative_to(wiki_dir)}")
|
||||||
|
|
||||||
|
|
||||||
def get_manifest_timestamp(manifest_file: Path) -> str:
|
def get_manifest_timestamp(manifest_file: Path) -> str:
|
||||||
|
Reference in New Issue
Block a user