fixed temporary workaround quotes error

This commit is contained in:
alexzvk 2022-12-05 17:32:59 -05:00
parent d03cc15f41
commit b6e5d495b5

View File

@ -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")