Skip to content

FIx issue #464 corrupt log file #469

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

Merged
merged 9 commits into from
Aug 2, 2016
Prev Previous commit
Next Next commit
fix flake8 found problems
  • Loading branch information
barry-scott committed Jun 13, 2016
commit a7f403b1e82d4ada20d0e747032c7382e2a6bf63
2 changes: 1 addition & 1 deletion git/cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def execute(self, command,
cwd=cwd,
bufsize=-1,
stdin=istream,
stderr=PIPE,
stderr=PIPE,
stdout=PIPE if with_stdout else open(os.devnull, 'wb'),
shell=self.USE_SHELL,
close_fds=(os.name == 'posix'), # unsupported on windows
Expand Down
1 change: 0 additions & 1 deletion git/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import re
import os

from .exc import GitCommandError
from .config import (
SectionConstraint,
cp,
Expand Down