We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8da407 commit 3f4e51bCopy full SHA for 3f4e51b
git/cmd.py
@@ -39,11 +39,6 @@
39
stream_copy,
40
)
41
42
-try:
43
- PermissionError
44
-except NameError: # Python < 3.3
45
- PermissionError = OSError
46
-
47
execute_kwargs = {'istream', 'with_extended_output',
48
'with_exceptions', 'as_process', 'stdout_as_string',
49
'output_stream', 'with_stdout', 'kill_after_timeout',
0 commit comments