Skip to content

Commit d352393

Browse files
committed
Fix bug on first file in status
1 parent ea0540a commit d352393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cwhy/git_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def get_git_status_porcelain() -> str:
2222
stdout=subprocess.PIPE,
2323
stderr=subprocess.DEVNULL,
2424
text=True,
25-
).stdout.strip()
25+
).stdout
2626

2727

2828
def get_git_status_absolute_paths() -> list[str]:

0 commit comments

Comments
 (0)