Skip to content

Commit c539ee4

Browse files
committed
fix bare except blocks - fixes #299
1 parent e653cd8 commit c539ee4

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

cleanup.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
cd "D:\gsoc org\concore-project\concore"
2+
git rm -r concore.egg-info/ 2>$null
3+
git rm complete_rebase.sh 2>$null
4+
git rm setup_branch.ps1 2>$null
5+
git commit --amend -m "use context managers for file I/O"
6+
git push origin refactor-file-io-v2 --force
7+
Write-Host "Cleaned up! Only 3 files should be changed now."

0 commit comments

Comments
 (0)