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)