diff options
Diffstat (limited to 'git/remote.py')
-rw-r--r-- | git/remote.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git/remote.py b/git/remote.py index 19deefb7..7a7b4840 100644 --- a/git/remote.py +++ b/git/remote.py @@ -376,7 +376,7 @@ class Remote(LazyMixin, Iterable): self.repo = repo self.name = name - if is_win(): + if is_win: # some oddity: on windows, python 2.5, it for some reason does not realize # that it has the config_writer property, but instead calls __getattr__ # which will not yield the expected results. 'pinging' the members |