Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lidongze0629 committed Mar 14, 2024
1 parent 3d7a8bd commit 0b94a91
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/graphscope/gsctl/commands/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,7 @@ def insight(app, graphscope_repo):
if graphscope_repo is None:
graphscope_repo = default_graphscope_repo_path
insight_build_dir = os.path.join(graphscope_repo, "k8s")
if not os.path.exists(insight_build_dir) or not os.path.isdir(
insight_build_dir
):
if not os.path.exists(insight_build_dir) or not os.path.isdir(insight_build_dir):
click.secho(
f"No such file or directory {insight_build_dir}, try --graphscope-repo param.",
fg="red",
Expand Down

0 comments on commit 0b94a91

Please sign in to comment.