Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 9, 2024
1 parent 8a0603a commit bfc9231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/run-pyright.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ def map_paths_to_envs(paths: Sequence[str]) -> Mapping[str, Sequence[str]]:
env_path_map.setdefault(env_path_spec["env"], []).append(path)
break
else:
breakpoint()
raise Exception(f"Could not find environment that matched path: {path}.")
return env_path_map

Expand Down

0 comments on commit bfc9231

Please sign in to comment.