Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This pull request fixes a condition in the `stop` method. Previously, the method would raise a `ValueError` if `output_name` was not provided, even if it was set to `None`. This pull request updates the condition to only raise the `ValueError` if `output_name` is not provided and is not set to `None`. This allows for more flexibility when calling the `stop` method.
- Loading branch information