Guest User

Untitled

a guest
Jan 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. for file in glob.glob("/projects/my_project/my_data*"):
  2. do_something(file)
Add Comment
Please, Sign In to add comment