Release 2.5.5

main
ColdWindScholar 2023-08-17 18:57:44 +08:00
parent 6e60b53b69
commit 8d35724cff
1 changed files with 1 additions and 1 deletions

View File

@ -872,7 +872,7 @@ def create_parser():
'-p',
'--partition',
dest='NAME',
type=lambda x: re.split("\w+", x),
type=lambda x: re.split("\\w+", x),
help='Extract the named partition. This can be specified multiple times or through the delimiter ["," ":"]'
)
_parser.add_argument(