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
The output dir gets created if it doesn't exist. But if the parent of output dir doesn't exist, this will fail. That's normal behavior of most unix programs - and it's quite useful when you make a mistake when writing out a long pathname, then instead of having it silently create a slew of nested dirs, it fails instead.
So that's by design. I could improve the error message. But not going to change the general behavior. You can always combine the guider command with mkdir if you need this type of functionality.
Do you expect the output directory to exist or could you create the output directory when specified if it does not exist?
For instance:
mkdir -p target/guider
The text was updated successfully, but these errors were encountered: