Skip to content

Commit

Permalink
updating to python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichaels-harvard committed Jun 27, 2024
1 parent d3cc89a commit 909e884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcicutils/scripts/publish_to_pypi.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def verify_untracked_files() -> bool:
untracked_files = get_untracked_files()
if untracked_files:
PRINT(f"You are about to PUBLISH the following ({len(untracked_files)})"
f" UNTRACKED file{'' if len(untracked_files) == 1 else 's' } -> SECURITY risk:")
f" UNTRACKED file{'' if len(untracked_files) == 1 else 's'} -> SECURITY risk:")
for untracked_file in untracked_files:
PRINT(f"-- {untracked_file}")
PRINT("DO NOT continue UNLESS you KNOW what you are doing!")
Expand Down

0 comments on commit 909e884

Please sign in to comment.