undo last change
This commit is contained in:
parent
960db74222
commit
22a0569f94
1 changed files with 0 additions and 1 deletions
|
@ -494,7 +494,6 @@ class Client(object):
|
||||||
volumes = self.active_volumes()
|
volumes = self.active_volumes()
|
||||||
for name in sorted(volumes):
|
for name in sorted(volumes):
|
||||||
path = volumes[name]
|
path = volumes[name]
|
||||||
if not isinstance(path, unicode): path = path.encode('utf-8')
|
|
||||||
conn, c = self._conn()
|
conn, c = self._conn()
|
||||||
c.execute(u'SELECT path FROM file WHERE path LIKE ? AND deleted < 0', [u"%s%%" % path])
|
c.execute(u'SELECT path FROM file WHERE path LIKE ? AND deleted < 0', [u"%s%%" % path])
|
||||||
known_files = [r[0] for r in c.fetchall()]
|
known_files = [r[0] for r in c.fetchall()]
|
||||||
|
|
Loading…
Reference in a new issue