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

daf_persistence - Tickets/dm 11251 #66

Merged
merged 3 commits into from Jul 12, 2017
Merged

daf_persistence - Tickets/dm 11251 #66

merged 3 commits into from Jul 12, 2017

Conversation

n8pease
Copy link
Contributor

@n8pease n8pease commented Jul 11, 2017

No description provided.

the comment was incorrect, the bypass function was not called at
that point. The logic is just "if a bypass function is declared,
stop looking and return that location".

needed to add an accessor to ButlerComposite to get the python
type.
Copy link
Contributor

@andy-slac andy-slac left a comment

Choose a reason for hiding this comment

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

Looks OK

else:
results = location.repository.read(location)
if len(results) == 1:
results = results[0]

Choose a reason for hiding this comment

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

The above assignment is changing the type for 'results' on the fly - consider using a new variable?

Copy link

@kennywlo kennywlo left a comment

Choose a reason for hiding this comment

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

Looking ok. Just a couple minor comments regarding the coding style on variable assignment.

@n8pease n8pease merged commit 4922a85 into master Jul 12, 2017
@ktlim ktlim deleted the tickets/DM-11251 branch August 25, 2018 06: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.

None yet

3 participants