Skip to content

Commit

Permalink
Bug fix for submit command
Browse files Browse the repository at this point in the history
  • Loading branch information
jleaniz committed Aug 2, 2024
1 parent ebd5214 commit e712179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbinia/api/cli/turbinia_client/core/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ def setup_submit(ctx: click.Context):
try:
ctx.obj.evidence_mapping = ctx.obj.get_evidence_arguments()
ctx.obj.request_options = ctx.obj.get_request_options()

# Build all the commands based on responses from the API server.
request_commands = factory.CommandFactory.create_dynamic_objects(
evidence_mapping=ctx.obj.evidence_mapping,
Expand All @@ -82,3 +81,4 @@ def submit_group(ctx: click.Context):
of available evidence types.
"""
ctx.invoke(setup_submit)
click.echo(submit_group.get_help(ctx))

0 comments on commit e712179

Please sign in to comment.