-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
use ensure_clean rather than explicit os.remove #34384 #34385
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 1 commit
Commits
Show all changes
61 commits
Select commit
Hold shift + click to select a range
a4d6ae4
Update test_period_range.py
64de146
Update test_period_range.py
jnecus 80e7f26
Update test_period_range.py
jnecus d4ac552
Update test_period_range.py
jnecus 24365ab
Update test_period_range.py
6266771
Update test_period_range.py
e1ccaae
Update test_period_range.py
4df4bc7
Update test_period_range.py
jnecus abce52f
Update test_period_range.py
a0de23b
Update test_period_range.py
ae63191
Update test_period_range.py
054ade5
Update test_period_range.py
a40ab46
Update test_period_range.py
b749f8e
Update test_period_range.py
14e2c79
Update test_period_range.py
0d68e31
Merge remote-tracking branch 'upstream/master'
dce777b
Revert "Merge remote-tracking branch 'upstream/master'"
12ff5a5
Revert "Revert "Merge remote-tracking branch 'upstream/master'""
100d2ad
Merge remote-tracking branch 'upstream/master'
abff45c
Merge remote-tracking branch 'upstream/master'
38aefad
use ensure_clean rather than explicit os.remove #34384
df79c64
use ensure_clean rather than explicit os.remove #34384
ea16a0a
Merge remote-tracking branch 'upstream/master'
a6732f9
Update test_openpyxl.py
a931e2a
Merge remote-tracking branch 'upstream/master'
1db905a
removed safe_remove entirely
442d83c
Update test_openpyxl.py
dbb3d74
sorting imports
2799d13
Update test_openpyxl.py
3bef5f4
replace safe_remove with ensure clean
bb79fa3
Update test_openpyxl.py
6c3108e
Update common.py
3f2af9d
linting correction, excluding os.remove in common.py
6cc69f0
linting
02eeab1
Update test_openpyxl.py
3da1b95
Merge remote-tracking branch 'upstream/master'
2fb17a3
Update code_checks.sh
4034fd6
Update code_checks.sh
jnecus af8b575
Update test_store.py
jnecus 7a3011e
updated ensure_clean as context manager
jnecus ee95e71
Update test_store.py
jnecus 7791b7d
Update test_store.py
jnecus 045d797
Update test_store.py
jnecus 72ec987
Update test_store.py
jnecus f812a39
Update test_store.py
jnecus 6575419
Update test_store.py
jnecus 22258de
Update test_store.py
jnecus 3e41dc5
Update test_store.py
jnecus b3e8d96
added safe_remove
jnecus 2063623
test_context exception
jnecus 9de691c
Update test_store.py
jnecus de874af
Update test_store.py
jnecus 3309222
Update test_store.py
jnecus 4c8091c
Update test_store.py
jnecus 9474ebc
Update test_store.py
jnecus 42a6bda
Update test_store.py
jnecus 7602095
Update test_store.py
jnecus 740a1da
Update test_store.py
jnecus b923b19
Update test_store.py
jnecus 5624e99
Merge remote-tracking branch 'upstream/master'
jnecus c2d16d5
Merge remote-tracking branch 'upstream/master'
jnecus 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
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.
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.
Can you keep the issue number comment outside of the context manager?