Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork939
Commit12db6bb
authored
fix(cmd): checking process.DEVNUL were needlessly opening
Fixes resource-leak warning on Windows Puython-3.5.3+:D:\python-3.5.2.amd64\lib\site-packages\git\cmd.py:583: ResourceWarning:unclosed file <_io.BufferedWriter name='nul'> else getattr(subprocess, 'DEVNULL', open(os.devnull, 'wb')))os.devnull
1 parentb197de0 commit12db6bb
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
580 | 580 |
| |
581 | 581 |
| |
582 | 582 |
| |
583 |
| - | |
| 583 | + | |
584 | 584 |
| |
585 | 585 |
| |
586 | 586 |
| |
|
0 commit comments
Comments
(0)