This commit is contained in:
ed 2021-03-27 18:03:33 +01:00
parent f50462de82
commit 87aff54d9d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
# coding: utf-8 # coding: utf-8
VERSION = (0, 10, 1) VERSION = (0, 10, 2)
CODENAME = "zip it" CODENAME = "zip it"
BUILD_DT = (2021, 3, 27) BUILD_DT = (2021, 3, 27)

View file

@ -408,7 +408,7 @@ class HttpCli(object):
if v is not None: if v is not None:
break break
if not v: if v is None:
raise Pebkac(422, "need zip or tar keyword") raise Pebkac(422, "need zip or tar keyword")
vn, rem = self.auth.vfs.get(self.vpath, self.uname, True, False) vn, rem = self.auth.vfs.get(self.vpath, self.uname, True, False)