Compare commits

..

1 Commits

Author SHA1 Message Date
ed
bf3941cf7a v0.12.1 2021-07-28 01:55:01 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ def main(argv=None):
for opt in oa[2:]:
if re.match("c[^,]", opt):
mod = True
na.append("c," + opt[2:])
na.append("c," + opt[1:])
elif re.sub("^[rwmd]*", "", opt) and "," not in opt:
mod = True
perm = opt[0]

View File

@@ -1,6 +1,6 @@
# coding: utf-8
VERSION = (0, 12, 0)
VERSION = (0, 12, 1)
CODENAME = "fil\033[33med"
BUILD_DT = (2021, 7, 28)