-
Notifications
You must be signed in to change notification settings - Fork 7
Add an overwrite argument to the Writer to add the possibility to allow for overwriting existing file. #92
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
Merged
Merged
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
aee9c92
Add overwrite argument to writer.
mscheltienne adbe45b
fix linting.
mscheltienne 2a7e2c0
add overwrite value check when creating the directory.
mscheltienne cce1b4e
Merge branch 'BEL-Public:develop' into develop
mscheltienne 6c6549f
add clean-up step
mscheltienne 294f3e4
suggestion from review
mscheltienne cd8a024
assertion of non-existing base+.mff when we are not overwriting
mscheltienne e0d8e90
add separate test for overwrite
mscheltienne bc5b5d0
add DS_Store to .gitignore for macOS dev
mscheltienne 5533495
try to remove directory. or remove file if it's not a directory
mscheltienne e03d389
simpler
mscheltienne 90b9b28
add test
mscheltienne 0f9975c
fix typo
mscheltienne 86763b0
don't call rmtree if directory does not exist
mscheltienne c4d1211
remove mfz file if it exists
mscheltienne 22d60d2
Remove .mfz just before mff2mfz conversion
ephathaway aa1acf6
Test .mfz overwrite
ephathaway 76be6c2
Merge pull request #1 from BEL-Public/overwrite-mfz-evan
mscheltienne 8e7554f
Add run setup script step to gh workflow
ephathaway 24a2b65
Merge pull request #2 from BEL-Public/update-gh-workflow-evan
mscheltienne File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -107,3 +107,6 @@ venv.bak/ | |
|
|
||
| # mypy | ||
| .mypy_cache/ | ||
|
|
||
| # macOS | ||
| .DS_Store | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.