mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user