Skip to content

Commit

Permalink
Remove folders from version 3 to support the transition from v3 to v4.
Browse files Browse the repository at this point in the history
  • Loading branch information
BartHertog committed Aug 31, 2024
1 parent c2311bb commit b4bb061
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ def clean_folder():
shutil.rmtree("./venv", ignore_errors=True)
shutil.rmtree("./build", ignore_errors=True)
shutil.rmtree("./EmbeddedProto.egg-info", ignore_errors=True)
shutil.rmtree("./dist", ignore_errors=True)
shutil.rmtree("./generator", ignore_errors=True) # Remove remainders of version 3.
try:
os.remove("./EmbeddedProto/embedded_proto_options_pb2.py")
except FileNotFoundError:
Expand Down

0 comments on commit b4bb061

Please sign in to comment.