File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ def launch_2(
420420 no_setup = no_setup ,
421421 clone_disk_from = clone_disk_from )
422422
423- click .secho (f'{ colorama .Fore .YELLOW } new cluster'
423+ click .secho (f'{ colorama .Fore .YELLOW } new cluster: '
424424 f'{ colorama .Style .RESET_ALL } { cluster_name } ' )
425425
426426
@@ -484,7 +484,6 @@ def _make_task_or_dag_from_entrypoint_with_overrides(
484484 fg = 'yellow' ,
485485 nl = False )
486486 click .secho (entrypoint , bold = True )
487-
488487 override_params = _parse_override_params (cloud = cloud ,
489488 region = region ,
490489 zone = zone ,
Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ def merge_yaml(user_config_path, pymc_path):
2727 )
2828 ```
2929 """
30- merged_yaml = hiyapyco .load (pymc_path , user_config_path , method = hiyapyco .METHOD_MERGE )
30+
31+ merged_yaml = hiyapyco .load (pymc_path , user_config_path )
32+
3133 return hiyapyco .dump (merged_yaml )
3234
3335def getUserYaml (path ):
You can’t perform that action at this time.
0 commit comments