Skip to content

Commit f1949ba

Browse files
Merge pull request #173 from runpod/169-worker-utilsmd-document-doesnt-exist
169 worker utilsmd document doesnt exist
2 parents 26c25c2 + 846f051 commit f1949ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
- Backwards compatibility with Python >= 3.9
88

9+
### Fixed
10+
11+
- Corrected helper link for rp_uploads, closes issue #169
12+
913
---
1014

1115
## Release 1.2.6 (10/6/23)

runpod/serverless/utils/rp_upload.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def upload_image(job_id, image_location, result_index=0, results_list=None): # p
106106
# Save the output to a file
107107
print("No bucket endpoint set, saving to disk folder 'simulated_uploaded'")
108108
print("If this is a live endpoint, please reference the following:")
109-
print("https://github.com/runpod/runpod-python/blob/main/docs/serverless/worker-utils.md")
109+
print("https://github.com/runpod/runpod-python/blob/main/docs/serverless/utils/rp_upload.md") # pylint: disable=line-too-long
110110

111111
os.makedirs("simulated_uploaded", exist_ok=True)
112112
sim_upload_location = f"simulated_uploaded/{image_name}{file_extension}"

0 commit comments

Comments
 (0)