mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-12 09:02:19 +03:00
forgot variable assignment for previous commit
This commit is contained in:
parent
73a7ed491d
commit
a05722fc92
|
@ -329,8 +329,7 @@ def handle_licenses():
|
|||
"The Unlicense": "UNLICENSE",
|
||||
}
|
||||
with open(os.path.join("licenses", "-temporary-placeholder.txt")) as f:
|
||||
selected_title = f.readline()
|
||||
selected_title.rstrip()
|
||||
selected_title = f.readline().rstrip()
|
||||
|
||||
if selected_title == "Not open source\n":
|
||||
os.remove("CONTRIBUTORS.txt")
|
||||
|
|
Loading…
Reference in New Issue
Block a user