Skip to content

Commit

Permalink
remove accident deleting
Browse files Browse the repository at this point in the history
Signed-off-by: rashidakanchwala <[email protected]>
  • Loading branch information
rashidakanchwala committed Nov 26, 2024
1 parent c68feb4 commit c63991e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/kedro_viz/launchers/cli/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def run(
display_cli_message,
)
from kedro_viz.server import run_server

kedro_project_path = None

if load_file:
Expand Down Expand Up @@ -166,6 +166,7 @@ def run(
"pipeline_name": pipeline,
"env": env,
"project_path": kedro_project_path,
"autoreload": autoreload,
"include_hooks": include_hooks,
"package_name": PACKAGE_NAME,
"extra_params": params,
Expand Down

0 comments on commit c63991e

Please sign in to comment.