Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpulver committed Jul 5, 2024
1 parent 66b26d5 commit 1672638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safety/scan/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def print_wait_policy_download(console: Console, closure: Tuple[Any, Dict[str, A
return policy


def prompt_project_id(console: Console, stage: Stage, prj_root_name: Optional[str], do_not_exit: bool = True) -> Optional[str}:
def prompt_project_id(console: Console, stage: Stage, prj_root_name: Optional[str], do_not_exit: bool = True) -> Optional[str]:
"""
Prompt the user to set a project ID for the scan.
Expand Down

0 comments on commit 1672638

Please sign in to comment.