Skip to content

Commit 0052732

Browse files
authored
Update submit_spark_job_to_driver_node_group_cluster.py
1 parent 80582ef commit 0052732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataproc/snippets/submit_spark_job_to_driver_node_group_cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def submit_job(project_id: str, region: str, cluster_name: str) -> None:
6565
request={"project_id": project_id, "region": region, "job": job}
6666
)
6767

68-
try:
68+
try:
6969
response = operation.result()
7070
except Exception as e:
7171
print(f"Error submitting job or waiting for completion: {e}")

0 commit comments

Comments
 (0)