Skip to content

Commit

Permalink
v1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Dec 1, 2023
1 parent 97b999c commit 900cc46
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion copyparty/__version__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coding: utf-8

VERSION = (1, 9, 23)
VERSION = (1, 9, 24)
CODENAME = "prometheable"
BUILD_DT = (2023, 12, 1)

Expand Down
2 changes: 0 additions & 2 deletions copyparty/authsrv.py
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,6 @@ def _parse_config_file(
err = ""
try:
self._l(ln, 5, "volume access config:")
assert vp
sk, sv = ln.split(":")
if re.sub("[rwmdgGha]", "", sk) or not sk:
err = "invalid accs permissions list; "
Expand All @@ -975,7 +974,6 @@ def _parse_config_file(
err = ""
try:
self._l(ln, 6, "volume-specific config:")
assert vp
zd = split_cfg_ln(ln)
fstr = ""
for sk, sv in zd.items():
Expand Down

0 comments on commit 900cc46

Please sign in to comment.