When doing some work involving one-file binaries, this line is failing
for me. It seems reasonable to just make sure the destination
directory exists before splatting the file into it.
Details
Details
- Reviewers
mharbison72 - Group Reviewers
hg-reviewers - Commits
- rHG37bcd7f5a543: pyoxidizer: make sure defaultrc directory exists before trying to write to it
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
contrib/packaging/hgpackaging/pyoxidizer.py | ||
---|---|---|
130 | Should it use exist_ok=True? Or is this always missing? |
Should it use exist_ok=True? Or is this always missing?