Commit c23d483d authored by Leon Wu's avatar Leon Wu
Browse files

oops haha it wasnt the ordering

parent 0a5efbdf
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ import subprocess
import shutil

zip_file_path = "audiolm-pytorch-personal-hacks.zip"
input("type anything to confirm that you have pushed the latest version of the personal_hacks branch to Github as well!!")

if os.path.isfile(zip_file_path):
    replace = input("personal hacks zip already exists. replacing (as well as audiolm_pytorch library...)")
    os.remove(zip_file_path)