Skip to content

Commit

Permalink
Update check.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bleucitron committed Oct 15, 2014
1 parent 9895c40 commit 4550be2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions check.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@


# clean
os.remove(mail)
call(["rm -f *.JPG *.desc *.pdf",])
#os.remove(mail)
call(["rm", "-f", "*.JPG"])
call(["rm", "-f", "*.desc"])
#call(["rm part*"])
#call(["rm "+mail,])

Expand Down

0 comments on commit 4550be2

Please sign in to comment.