Skip to content

Commit

Permalink
Restore cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stevemessick committed Dec 23, 2024
1 parent 8bac905 commit 2747852
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tools/GeneratePythonLibrary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,19 +150,19 @@ function install-package {

function cleanup {
cd $SELF_DIR
# rm -rf tox.ini \
# test-requirements.txt \
# test \
# .travis.yml \
# git_push.sh \
# sample_submission.csv \
# ds_salaries.csv \
# test.csv \
# house-prices-advanced-regression-techniques.zip \
# data-science-salaries-2023.zip \
# kaggle/*.py-e \
# kaggle/api/*.py-e \
# kaggle/*.py.bak
rm -rf tox.ini \
test-requirements.txt \
test \
.travis.yml \
git_push.sh \
sample_submission.csv \
ds_salaries.csv \
test.csv \
house-prices-advanced-regression-techniques.zip \
data-science-salaries-2023.zip \
kaggle/*.py-e \
kaggle/api/*.py-e \
kaggle/*.py.bak
}

function run {
Expand Down

0 comments on commit 2747852

Please # to comment.