Skip to content

Commit 2cf0648

Browse files
fix
1 parent b71099c commit 2cf0648

File tree

1 file changed

+1
-1
lines changed
  • src/clusterfuzz/_internal/google_cloud_utils

1 file changed

+1
-1
lines changed

src/clusterfuzz/_internal/google_cloud_utils/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ def delete_signed_urls(urls):
13411341

13421342

13431343
def _sign_urls_for_existing_file(
1344-
url_and_include_delete_urls: Tuple[str, bool]
1344+
url_and_include_delete_urls: Tuple[str, bool],
13451345
minutes: int = SIGNED_URL_EXPIRATION_MINUTES) -> Tuple[str, str]:
13461346
corpus_element_url, include_delete_urls = url_and_include_delete_urls
13471347
download_url = get_signed_download_url(corpus_element_url, minutes)

0 commit comments

Comments
 (0)