mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-18 04:20:51 +03:00
fixed temporary workaround quotes error
This commit is contained in:
parent
d03cc15f41
commit
b6e5d495b5
|
@ -329,7 +329,7 @@ def handle_licenses():
|
|||
"The Unlicense": "UNLICENSE",
|
||||
}
|
||||
|
||||
selected_title = "{{ cookiecutter.open_source_license }}"
|
||||
selected_title = """{{ cookiecutter.open_source_license }}"""
|
||||
|
||||
if selected_title == "Not open source":
|
||||
os.remove("CONTRIBUTORS.txt")
|
||||
|
|
Loading…
Reference in New Issue
Block a user