Skip to content

Commit 70cfd5e

Browse files
committed
standarizing to use reason
Signed-off-by: Zoey Zhang <zozhang@nvidia.com>
1 parent 11af577 commit 70cfd5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nemo_run/core/execution/dgxcloud.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def move_data(self, token: str, project_id: str, cluster_id: str, sleep: float =
163163
resp = self.create_data_mover_workload(token, project_id, cluster_id)
164164
if resp.status_code not in [200, 202]:
165165
raise RuntimeError(
166-
f"Failed to create data mover workload, status_code={resp.status_code}, response={resp.text}"
166+
f"Failed to create data mover workload, status_code={resp.status_code}, reason={resp.text}"
167167
)
168168

169169
resp_json = resp.json()

0 commit comments

Comments
 (0)