From 9c8ccabe8e13cda0f9fa9dfec2a239e1012846a7 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 1 Jun 2021 08:25:35 +0200 Subject: [PATCH] v0.11.6 --- copyparty/__version__.py | 2 +- copyparty/u2idx.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index 1f5eebb1..8b96c6f1 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (0, 11, 5) +VERSION = (0, 11, 6) CODENAME = "the grid" BUILD_DT = (2021, 6, 1) diff --git a/copyparty/u2idx.py b/copyparty/u2idx.py index 70ebcaea..a642f9bd 100644 --- a/copyparty/u2idx.py +++ b/copyparty/u2idx.py @@ -196,7 +196,7 @@ class U2idx(object): thr.daemon = True thr.start() - if not uq: + if not uq or not uv: q = "select * from up" v = () else: