summaryrefslogtreecommitdiffstats
path: root/subcmds/sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/sync.py')
-rw-r--r--subcmds/sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py
index e9d52b7b..d8aec59b 100644
--- a/subcmds/sync.py
+++ b/subcmds/sync.py
@@ -761,7 +761,7 @@ class _FetchTimes(object):
761 def _Load(self): 761 def _Load(self):
762 if self._times is None: 762 if self._times is None:
763 try: 763 try:
764 f = open(self._path) 764 f = open(self._path, 'rb')
765 except IOError: 765 except IOError:
766 self._times = {} 766 self._times = {}
767 return self._times 767 return self._times