mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-04-10 11:54:15 +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 GITHUB_REPO is None:
|
||||
msg = "No github repo, please set the environment variable GITHUB_REPOSITORY"
|
||||
raise RuntimeError(msg)
|
||||
raise RuntimeError("No github repo, please set the environment variable GITHUB_REPOSITORY")
|
||||
main()
|
||||
|
|
Loading…
Reference in New Issue
Block a user