Update *_hash and *_is_first_class_gcs to be dotfiles

Bug: b/324418194
Change-Id: Iae22d6895c8a15d7be351ce0023bd2ada83292a5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5441097
Commit-Queue: Stephanie Kim <kimstephanie@google.com>
Reviewed-by: Joanna Wang <jojwang@chromium.org>
This commit is contained in:
Stephanie Kim
2024-04-10 21:04:03 +00:00
committed by LUCI CQ
parent ddda8ae2e4
commit 3a30482282
3 changed files with 2 additions and 15 deletions

View File

@@ -48,7 +48,7 @@ def construct_migration_file_name(gcs_object_name):
# Remove any extensions
gcs_file_name = gcs_file_name.split('.')[0]
return gcs_file_name + MIGRATION_TOGGLE_FILE_SUFFIX
return f'.{gcs_file_name}{MIGRATION_TOGGLE_FILE_SUFFIX}'
class InvalidFileError(IOError):