Skip to content

Commit

Permalink
Merge pull request #610 from pyupio/feat/fix-internal-server-error
Browse files Browse the repository at this point in the history
fix/internal-server-error
  • Loading branch information
SafetyQuincyF authored Oct 17, 2024
2 parents 69d5b7d + 04d7efb commit 670a40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safety/scan/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ def generate_updates_arguments() -> List:
"ignore_unknown_options": True},
)
@handle_cmd_exception
@inject_metadata
@scan_project_command_init
@inject_metadata
def scan(ctx: typer.Context,
target: Annotated[
Path,
Expand Down

0 comments on commit 670a40a

Please sign in to comment.