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