From 87aff54d9dc2c1eb83432ce789ab689348efa07b Mon Sep 17 00:00:00 2001 From: ed Date: Sat, 27 Mar 2021 18:03:33 +0100 Subject: [PATCH] v0.10.2 --- copyparty/__version__.py | 2 +- copyparty/httpcli.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/copyparty/__version__.py b/copyparty/__version__.py index feebafd4..f4bd8ede 100644 --- a/copyparty/__version__.py +++ b/copyparty/__version__.py @@ -1,6 +1,6 @@ # coding: utf-8 -VERSION = (0, 10, 1) +VERSION = (0, 10, 2) CODENAME = "zip it" BUILD_DT = (2021, 3, 27) diff --git a/copyparty/httpcli.py b/copyparty/httpcli.py index 11e49227..c2face54 100644 --- a/copyparty/httpcli.py +++ b/copyparty/httpcli.py @@ -408,7 +408,7 @@ class HttpCli(object): if v is not None: break - if not v: + if v is None: raise Pebkac(422, "need zip or tar keyword") vn, rem = self.auth.vfs.get(self.vpath, self.uname, True, False)