File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,6 +100,7 @@ script:
100100 - coverage run setup.py test
101101 - coverage xml
102102 - domain2idna -d аррӏе.com
103+ - domain2idna -s аррӏе.com google.com
103104 - domain2idna -f .travis/list_of_domain
104105 - domain2idna -f .travis/list_of_domain -o list_of_domain_converted
105106 - cat list_of_domain_converted
Original file line number Diff line number Diff line change 4949
5050from .converter import Converter
5151
52- VERSION = "1.10.0 "
52+ VERSION = "1.10.1 "
5353
5454
5555def domain2idna (subject , encoding = "utf-8" ):
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ def tool(): # pragma: no cover
139139 parser .add_argument (
140140 "-s" ,
141141 "--subject" ,
142- type = list ,
142+ type = str ,
143143 nargs = "+" ,
144144 help = "Sets the subjects to convert." ,
145145 default = []
You can’t perform that action at this time.
0 commit comments