Skip to content

Commit

Permalink
uncommented code
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Nov 30, 2021
1 parent f72653e commit 9fea2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doodler.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
z_fp.write(k)
z_fp.close()

# for k in glob("./labeled/*.jpeg")+glob("./labeled/*.JPG")+glob("./labeled/*.jpg"):
# os.remove(k)
for k in glob("./labeled/*.jpeg")+glob("./labeled/*.JPG")+glob("./labeled/*.jpg"):
os.remove(k)

except:
pass
Expand Down

0 comments on commit 9fea2c8

Please sign in to comment.