fixed bug with not open source option

This commit is contained in:
alexzvk 2022-12-05 17:00:39 -05:00
parent a05722fc92
commit 96e5f8565c

View File

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