Skip to content

Conversation

@alixdamman
Copy link
Collaborator

No description provided.

Copy link
Contributor

@gdementen gdementen left a comment

Choose a reason for hiding this comment

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

except from the (AFAICT) broken "None" case above, this LGTM

"""
def __init__(self, fname, overwrite_file=False):
self.fname = fname
self.fname = Path(fname)
Copy link
Contributor

Choose a reason for hiding this comment

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

only convert to Path if not isinstance(fname, Path)?

@alixdamman
Copy link
Collaborator Author

Could you review the last commit before I rebase on upstream/master ?

Copy link
Contributor

@gdementen gdementen left a comment

Choose a reason for hiding this comment

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

I don't think asking for review again for something already reviewed once is worth our time (except for very tricky/large PR). Yes, I nearly always find something to improve but it's really details and I don't think it's worth our time

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