Skip to content

Commit

Permalink
fix: session services param expects a WebServices instance
Browse files Browse the repository at this point in the history
  • Loading branch information
pyoor committed Aug 30, 2023
1 parent ea53c08 commit 351a1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grizzly/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def main(args):
display_mode=display_mode,
launch_attempts=args.launch_attempts,
post_launch_delay=args.post_launch_delay,
services=ext_services.services if ext_services else None,
services=ext_services,
)
complete_with_results = session.status.results.total > 0

Expand Down

0 comments on commit 351a1f3

Please sign in to comment.