Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-45799: protect campaign creation against missing arguments #90

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

eacharles
Copy link
Collaborator

No description provided.

@eacharles eacharles changed the title protect campaign creation against missing arguments DM-45799: protect campaign creation against missing arguments Aug 15, 2024
@eacharles eacharles merged commit 284f34e into main Sep 6, 2024
9 checks passed
@eacharles eacharles deleted the tickets/DM-45799 branch September 6, 2024 18:52
child_config = kwargs.get("child_config", {})
if child_config is None:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How does kwargs.get return None here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the pydantic model set it to None.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants