Skip to content

Commit

Permalink
Fixing geos ats blob name
Browse files Browse the repository at this point in the history
  • Loading branch information
cssherman committed Apr 12, 2024
1 parent 070fc12 commit cbed575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geos_ats_package/geos_ats/baseline_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def collect_baselines( bucket_name: str,

# Check for old baselines
archive_name = ''
blob_tar = f'{short_blob_name}.tar.gz'
blob_tar = f'{blob_name}.tar.gz'
short_blob_tar = f'{short_blob_name}.tar.gz'
if cache_directory and not force_redownload:
logger.info( 'Checking cache directory for existing baseline...' )
Expand Down

0 comments on commit cbed575

Please sign in to comment.