Skip to content

Commit

Permalink
silas suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp authored Apr 4, 2024
1 parent 327c96a commit 36e84ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance/annotation_maint.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def download_process_annotations():
tf = spc_name_path + f"/{an.id}_vCHANGEME.tar.gz"
make_tarfile(tf, spc_name_path, "")
logger.info("made tarball at " + spc_name_path)
logger.info(
logger.warning(
"ALERT: need to rename the files (replace 'CHANGEME' with "
"appropriate version number) to not clobber existing files "
"before upload."
Expand Down

0 comments on commit 36e84ea

Please sign in to comment.