Skip to content

Commit

Permalink
fix ['markdown']
Browse files Browse the repository at this point in the history
  • Loading branch information
grokhi committed Nov 18, 2023
1 parent 0bf81b3 commit d7da973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ def download_json_plus_images(api, project, dataset_ids):
# f"LICENSE: {urls[project.name].get('LICENSE', 'Please add license')}"
# )
# sly.logger.info(f"README: {urls[project.name].get('README', 'Please add readme')}")
build_license(urls[project.name]['LICENSE'], download_dir)
build_readme(urls[project.name]['README'], download_dir)
build_license(urls[project.name]['markdown']['LICENSE'], download_dir)
build_readme(urls[project.name]['markdown']['README'], download_dir)
sly.logger.info("'LICENSE.md' and 'README.md' were successfully built.")


Expand Down

0 comments on commit d7da973

Please sign in to comment.