You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
When running the
mx gate
command on the mx repo/suite I'm seeing the following error:The full log can be found here: https://gist.github.com/JornVernee/6b4d368d1ff241d40e5b750adab0ce82
The text was updated successfully, but these errors were encountered: