Skip to content

Commit

Permalink
silas suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
petrelharp committed Apr 5, 2024
1 parent b3a9d00 commit 6926072
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 6926072

Please sign in to comment.