-
Notifications
You must be signed in to change notification settings - Fork 12
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
fix: Fix quickstart instruction in CLI #1048
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried the fix and it works for me, thanks!
However I still don't understand why the test was crashing, did you understand? I have some doubts that it's doing its job since it didn't catch the error before.
I'm guessing it's because the test is very basic and doesn't actually run the real |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thanks!
@MarieS-WiMLDS the test was wrong and has replicated the same behavior of the bug, this is why it was green. It tested that the directory was well passed to the create function, but not to the launch function. |
Closes #995 .