Skip to content

Commit 296aaf0

Browse files
committed
Stop the validation
1 parent f4cbddd commit 296aaf0

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

launchable/commands/subset.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -232,20 +232,6 @@ def subset(
232232
)
233233
sys.exit(1)
234234

235-
if (not is_observation) and is_non_blocking:
236-
msg = "You have to specify --observation option to use non-blocking mode"
237-
click.echo(
238-
click.style(
239-
msg,
240-
fg="red"),
241-
err=True,
242-
)
243-
tracking_client.send_error_event(
244-
event_name=Tracking.ErrorEvent.INTERNAL_CLI_ERROR,
245-
stack_trace=msg,
246-
)
247-
sys.exit(1)
248-
249235
if is_observation and is_output_exclusion_rules:
250236
msg = (
251237
"WARNING: --observation and --output-exclusion-rules are set. "

0 commit comments

Comments
 (0)