Skip to content

Commit 8416ab9

Browse files
aadarsh-stCopilot
andauthored
SK-2521-Update comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 6e01253 commit 8416ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skyflow/vault/controller/_detect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def __poll_for_processed_file(self, run_id, max_wait_time=64):
7979
current_wait_time = next_wait_time
8080
time.sleep(wait_time)
8181
elif status == 'SUCCESS' or status == 'FAILED':
82-
# Create a copy of the response data before closing
82+
# Retrieve the response data before closing the HTTP response
8383
result = response
8484
return result
8585
finally:

0 commit comments

Comments
 (0)