##// END OF EJS Templates
Remove incorrect type=int conversion for commandline usage
codespaced -
Show More
@@ -219,7 +219,6 b' def main() :'
219 219 '--test',
220 220 action='store_true')
221 221 parser.add_argument('tarball',
222 type=int,
223 222 help="the local tar/zip-ball containing mathjax",
224 223 nargs='?',
225 224 metavar='tarball')
General Comments 0
You need to be logged in to leave comments. Login now