rocioadlc commited on
Commit
f0aa344
1 Parent(s): 82dd7fd

Update resize.py

Browse files
Files changed (1) hide show
  1. resize.py +1 -1
resize.py CHANGED
@@ -76,7 +76,7 @@ def main():
76
  fileWalk(paperDir, os.path.join(destPath, 'paper'))
77
 
78
  #PLASTIC
79
- fileWalk(plasticdDir, os.path.join(destPath, 'plastic'))
80
 
81
  #SHOES
82
  fileWalk(shoesDir, os.path.join(destPath, 'shoes'))
 
76
  fileWalk(paperDir, os.path.join(destPath, 'paper'))
77
 
78
  #PLASTIC
79
+ fileWalk(plasticDir, os.path.join(destPath, 'plastic'))
80
 
81
  #SHOES
82
  fileWalk(shoesDir, os.path.join(destPath, 'shoes'))