forgot newline character to fix previous bug

This commit is contained in:
alexzvk 2022-11-29 16:46:38 -05:00
parent b869dc4dd9
commit 5f9d74ae7c

View File

@ -331,7 +331,7 @@ def handle_licenses():
with open(os.path.join("licenses", "-temporary-placeholder.txt")) as f:
selected_title = f.readline()
if selected_title == "Not open source":
if selected_title == "Not open source\n":
os.remove("CONTRIBUTORS.txt")
shutil.rmtree("licenses")
return