mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-14 10:02:27 +03:00
Apply suggestions from code review
This commit is contained in:
parent
f217637d6c
commit
411121f7c0
|
@ -98,6 +98,5 @@ def write_md_file(contributors):
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
if GITHUB_REPO is None:
|
if GITHUB_REPO is None:
|
||||||
msg = "No github repo, please set the environment variable GITHUB_REPOSITORY"
|
raise RuntimeError("No github repo, please set the environment variable GITHUB_REPOSITORY")
|
||||||
raise RuntimeError(msg)
|
|
||||||
main()
|
main()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user