Skip to content

Commit

Permalink
Fix test error
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanluoyc committed May 11, 2024
1 parent 0508f0c commit 315c373
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lxm3/xm_cluster/packaging/create_archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ def create_pex_archive(
archive_name = f"{spec.name}-{version}"
pex_name = f"{spec.name}.pex"
install_dir = os.path.join(staging, "install")
os.makedirs(install_dir, exist_ok=True)
pex_path = os.path.join(install_dir, pex_name)

pex_options = []
Expand Down

0 comments on commit 315c373

Please sign in to comment.