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

tickets/DM-16904 #71

Merged
merged 1 commit into from Dec 19, 2018
Merged

tickets/DM-16904 #71

merged 1 commit into from Dec 19, 2018

Conversation

natelust
Copy link
Contributor

Add butler to adaptArgsAndRun

@@ -499,7 +499,7 @@ def makeDataRefs(descriptors, refMap):
outputDataIds, outputDataRefs = makeDataRefs(descriptors, quantum.outputs)

# call run method with keyword arguments
struct = self.adaptArgsAndRun(inputs, inputDataIds, outputDataIds)
struct = self.adaptArgsAndRun(inputs, inputDataIds, outputDataIds, butler)
Copy link
Member

Choose a reason for hiding this comment

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

This is not yours, but should we fix the bad indentation a few lines up? (Compare 498 and 499 - I'm surprised Python isn't complaining about this, unless it's a GitHub artifact).

Copy link
Member

Choose a reason for hiding this comment

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

Nevermind. Looks like it's a GitHub diff artifact.

@natelust natelust merged commit 9fec639 into master Dec 19, 2018
@timj timj deleted the tickets/DM-16904 branch April 13, 2022 22:19
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.

None yet

2 participants