Skip to content

Commit

Permalink
Update sky/data/data_utils.py
Browse files Browse the repository at this point in the history
Co-authored-by: Romil Bhardwaj <[email protected]>
  • Loading branch information
zpoint and romilbhardwaj authored Dec 2, 2024
1 parent df59890 commit 663da49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sky/data/data_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down

0 comments on commit 663da49

Please sign in to comment.