Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jerowe committed Jan 17, 2023
1 parent ee2b178 commit 5e940e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions prefect_aws_batch/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,9 +364,6 @@ def submit_batch_jobs(
)
"""
if watch and not log_client:
raise Exception(f"If watch=True you must specify the log_client")

submit_job_responses = submit_batch_job_task.map(
batch_client=unmapped(batch_client), job_data=batch_jobs
)
Expand Down

0 comments on commit 5e940e2

Please sign in to comment.