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

only pop graph if 'serialized' is not none #1336

Merged
merged 4 commits into from
Dec 17, 2024
Merged

only pop graph if 'serialized' is not none #1336

merged 4 commits into from
Dec 17, 2024

Conversation

isahers1
Copy link
Contributor

No description provided.

@isahers1 isahers1 changed the title fix pull serialized for runs by default Dec 13, 2024
@isahers1 isahers1 changed the title pull serialized for runs by default only pop graph if 'serialized' is not none Dec 13, 2024
@@ -1179,7 +1179,7 @@ def _run_transform(
):
# Drop completely
run_create.pop("serialized", None)
else:
elif not run_create.get("serialized"):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Oops i inverted it - should remove the not - my fault

@isahers1 isahers1 merged commit 7039534 into main Dec 17, 2024
9 checks passed
@isahers1 isahers1 deleted the isaac/smallfix branch December 17, 2024 21:14
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