question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Have yank analyze report --output option create directory if it does not yet exist

See original GitHub issue

Instead of refusing to generate output files, why don’t we have the --output option create the directory if it doesn’t yet exist?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
jchoderacommented, Jul 30, 2018

I’m pretty sure they will notice when they end up with a directory full of files. And we can solve this with additional documentation in the CLI help.

0reactions
abradlecommented, Jul 30, 2018

I agree with @jchodera I think it would be useful and clear.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Create directory if it does not exist - Stack Overflow
Try the -Force parameter: New-Item -ItemType Directory -Force -Path C:\Path\That\May\Or\May\Not\Exist. You can use Test-Path -PathType ...
Read more >
Copy and Create Destination Directory if it Does Not Exist
We use command substitution $(dirname “$2”) to extract the target directory and pass it to the mkdir -p command. As we can see...
Read more >
How can I create a directory if it does not exist using Python?
In Python, use the os.path.exists() method to see if a directory already exists, and then use the os.makedirs() method to create it. The...
Read more >
Can scp create a directory if it doesn't exist?
scp will work great but it doesn't know if the target directory exists, and I don't want to run an ssh mkdir -p...
Read more >
cargo tree - The Cargo Book
This command will display a tree of dependencies to the terminal. ... the package have already been shown elsewhere in the graph, and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found