mirror of
https://github.com/9001/copyparty.git
synced 2025-08-18 09:22:31 -06:00
v0.10.2
This commit is contained in:
parent
f50462de82
commit
87aff54d9d
|
@ -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)
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue