From 00f37fcbe5e21457b0128b943bac8c220a2e1f85 2013-06-17 16:03:48 From: codespaced Date: 2013-06-17 16:03:48 Subject: [PATCH] Remove incorrect type=int conversion for commandline usage --- diff --git a/IPython/external/mathjax.py b/IPython/external/mathjax.py index 37590fe..2e499fe 100644 --- a/IPython/external/mathjax.py +++ b/IPython/external/mathjax.py @@ -219,7 +219,6 @@ def main() : '--test', action='store_true') parser.add_argument('tarball', - type=int, help="the local tar/zip-ball containing mathjax", nargs='?', metavar='tarball')