File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ script:
100
100
- coverage run setup.py test
101
101
- coverage xml
102
102
- domain2idna -d аррӏе.com
103
+ - domain2idna -s аррӏе.com google.com
103
104
- domain2idna -f .travis/list_of_domain
104
105
- domain2idna -f .travis/list_of_domain -o list_of_domain_converted
105
106
- cat list_of_domain_converted
Original file line number Diff line number Diff line change 49
49
50
50
from .converter import Converter
51
51
52
- VERSION = "1.10.0 "
52
+ VERSION = "1.10.1 "
53
53
54
54
55
55
def domain2idna (subject , encoding = "utf-8" ):
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def tool(): # pragma: no cover
139
139
parser .add_argument (
140
140
"-s" ,
141
141
"--subject" ,
142
- type = list ,
142
+ type = str ,
143
143
nargs = "+" ,
144
144
help = "Sets the subjects to convert." ,
145
145
default = []
You can’t perform that action at this time.
0 commit comments