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

porcelain.status() output different type of file names. #889

Open
DedSecer opened this issue Jul 25, 2021 · 1 comment
Open

porcelain.status() output different type of file names. #889

DedSecer opened this issue Jul 25, 2021 · 1 comment

Comments

@DedSecer
Copy link
Contributor

porcelain.status() output untracked file as string when others output as bytes.
It looks like:

>>> porcelain.status('./')
GitStatus(staged={'add': [b'a'], 'delete': [b'README.md'], 'modify': [b'demo.py']}, unstaged=[b'requirements.txt'], untracked=['b'])
@jelmer
Copy link
Owner

jelmer commented Jul 29, 2021 via email

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

2 participants