Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running mx gate on the mx suite throws an error on Windows #165

Closed
JornVernee opened this issue Nov 8, 2018 · 1 comment
Closed

Running mx gate on the mx suite throws an error on Windows #165

JornVernee opened this issue Nov 8, 2018 · 1 comment

Comments

@JornVernee
Copy link
Contributor

JornVernee commented Nov 8, 2018

When running the mx gate command on the mx repo/suite I'm seeing the following error:

Traceback (most recent call last):
  File "J:\Projects\mx\mx_gate.py", line 411, in gate
    _run_gate(cleanArgs, args, tasks)
  File "J:\Projects\mx\mx_gate.py", line 518, in _run_gate
    mx.command_function('ideinit')([])
  File "J:\Projects\mx\mx_commands.py", line 132, in __call__
    return self.command_function(*args, **kwargs)
  File "J:\Projects\mx\mx.py", line 16194, in ideinit
    intellijinit(args.remainder, refreshOnly=refreshOnly, doFsckProjects=False, mx_python_modules=args.pythonProjects)
  File "J:\Projects\mx\mx.py", line 15373, in intellijinit
    sdks = intellij_read_sdks()
  File "J:\Projects\mx\mx.py", line 15426, in intellij_read_sdks
    xmlSdks.sort(key=verSort)
  File "J:\Projects\mx\mx.py", line 15424, in verSort
    return match.group(2) + (".a" if match.group(1) == "IntellijIC" else ".b")
AttributeError: 'NoneType' object has no attribute 'group'

The full log can be found here: https://gist.github.com/JornVernee/6b4d368d1ff241d40e5b750adab0ce82

@JornVernee
Copy link
Contributor Author

JornVernee commented Nov 8, 2018

Fixed by #164

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant