mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-27 00:09:47 +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",
|
"The Unlicense": "UNLICENSE",
|
||||||
}
|
}
|
||||||
|
|
||||||
selected_title = "{{ cookiecutter.open_source_license }}"
|
selected_title = """{{ cookiecutter.open_source_license }}"""
|
||||||
|
|
||||||
if selected_title == "Not open source":
|
if selected_title == "Not open source":
|
||||||
os.remove("CONTRIBUTORS.txt")
|
os.remove("CONTRIBUTORS.txt")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user