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

StatResult#__repr__ is missing st_name and st_path #3

Open
AndriiNeverov opened this issue Sep 13, 2018 · 0 comments
Open

StatResult#__repr__ is missing st_name and st_path #3

AndriiNeverov opened this issue Sep 13, 2018 · 0 comments

Comments

@AndriiNeverov
Copy link

Suggest to add:

argument_strings.append("{0}={1!r}".format('st_name', self.st_name))
argument_strings.append("{0}={1!r}".format('st_path', self.st_path))
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

No branches or pull requests

1 participant