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
$ mlaunch
Traceback (most recent call last):
File "mlaunch", line 11, in <module>
load_entry_point('mtools', 'console_scripts', 'mlaunch')()
File ".../mtools/mlaunch/mlaunch.py", line 2068, in main
tool.run()
File ".../mtools/mlaunch/mlaunch.py", line 538, in run
self.relative_dir = self.args['dir']
KeyError: 'dir'
This should show the usage info (same as --help)
The text was updated successfully, but these errors were encountered:
With no options there is currently a KeyError:
This should show the usage info (same as
--help
)The text was updated successfully, but these errors were encountered: