forgot variable assignment for previous commit

This commit is contained in:
alexzvk 2022-11-29 18:19:02 -05:00
parent 73a7ed491d
commit a05722fc92

View File

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