File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88
99__name__ = "ASGIWebDAV"
10- __version__ = "1.6.1 "
10+ __version__ = "1.6.2 "
1111
1212__author__ = "Rex Zhang"
1313__author_email__ = "rex.zhang@gmail.com"
Original file line number Diff line number Diff line change @@ -383,7 +383,7 @@ def reinit_config_from_file_multi_suffix(
383383 suffixs .remove (suffix )
384384
385385 for suffix in suffixs :
386- file_name = f"{ stem } { suffix } "
386+ file_name = file . parent . joinpath ( f"{ stem } { suffix } " ). as_posix ()
387387 logger .warning (f"Try load config file: { file_name } !" )
388388 try :
389389 return reinit_config_from_file (file_name , complete_config )
Original file line number Diff line number Diff line change 77- feat: support zstd compression in response
88- chore: update xmltodict to v1.0.2
99
10+ ## 1.6.2 - 20251216
11+
12+ - fix: use absolute path for multi-suffix config files
13+
1014## 1.6.1 - 20251101
1115
1216- fix(docker): ldap depend miss
You can’t perform that action at this time.
0 commit comments