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-10319: _filename functions return first mappable repository even when file does not exist #86

Merged
merged 8 commits into from Mar 12, 2018

Conversation

erykoff
Copy link
Contributor

@erykoff erykoff commented Mar 12, 2018

As discussed on JIRA, this implementation sidesteps the _filename magic entirely and adds a new getUri(write=write) method for debugging that retrieves the actual filename that the butler will use. This is what developers expect.

For debugging purposes it is often useful to know the location in the file
tree where the butler will fetch a particular dataset, including parents.  This
is intended to give more information than the _filename magic, and can return
the read or write location.
@@ -10,7 +10,7 @@
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# (at your option) any later version.1n
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this 1n is a typo?

@erykoff erykoff merged commit 6ef571c into master Mar 12, 2018
@ktlim ktlim deleted the tickets/DM-10319 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

2 participants