Skip to content

Commit

Permalink
Fix bug, only add tarball when git installed (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Nov 26, 2024
1 parent 7029e63 commit adc7a61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alea/submitters/htcondor.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,8 @@ def make_tarballs(self):
logger.warning(
f"Using tarball of user installed package {package_name} at {tarball_path}."
)
tarballs.append(tarball)
tarball_paths.append(tarball_path)
tarballs.append(tarball)
tarball_paths.append(tarball_path)
return tarballs, tarball_paths

def _initialize_job(
Expand Down

0 comments on commit adc7a61

Please sign in to comment.