3 files changed
+4
-5
lines changedLines changed: 1 addition & 2 deletions
@@ -118,9 +118,8 @@ def test_add_unicode(self, rw_repo):
118
118
file_path = os.path.join(rw_repo.working_dir, filename)
119
119
open(file_path, "wb").write(b'something')
120
120
121
-
122
121
if os.name == 'nt':
123
- # on windows, there is no way this works, see images on
122
+ # on windows, there is no way this works, see images on
124
123
# https://github.com/gitpython-developers/GitPython/issues/147#issuecomment-68881897
125
124
# Therefore, it must be added using the python implementation
126
125
rw_repo.index.add([file_path])
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + |
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
0 commit comments