reenabling dirty repo

This commit is contained in:
Joey Eamigh
2023-06-21 19:22:14 -04:00
parent 1a41f832e4
commit 6e38527fcc

View File

@@ -59,9 +59,9 @@ def release():
exit(1) exit(1)
repo = Repo(WORKING_DIR) repo = Repo(WORKING_DIR)
# if repo.is_dirty(): if repo.is_dirty():
# cprint("repo is dirty - commit changes before releasing", "red") cprint("repo is dirty - commit changes before releasing", "red")
# exit(1) exit(1)
export_pack() export_pack()