From 663da49dc0d0bf450ad09da4ec4cae5913a93b53 Mon Sep 17 00:00:00 2001 From: zpoint Date: Mon, 2 Dec 2024 23:04:15 +0800 Subject: [PATCH] Update sky/data/data_utils.py Co-authored-by: Romil Bhardwaj --- sky/data/data_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/data/data_utils.py b/sky/data/data_utils.py index b32659db48d..d66c79afeb0 100644 --- a/sky/data/data_utils.py +++ b/sky/data/data_utils.py @@ -538,7 +538,7 @@ def run_upload_cli(command: str, access_denied_message: str, bucket_name: str, logger.error(stderr) raise exceptions.StorageUploadError( f'Upload to bucket failed for store {bucket_name}. ' - 'Please check the logs.') + f'Please check the logs: {log_path}') if not stdout: logger.debug('No file uploaded. This could be due to an error or ' 'because all files already exist on the cloud.')