Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. def FX_searcher():
  2. dir_path = 'L'
  3. number_input = '306'
  4. path_dir = glob.glob('{}:/EAV/episodes/{}/shots/513A-{}_*/work/*'.format(dir_path, number_input, number_input))
  5.  
  6. for path in path_dir:
  7. if 'fx' not in path:
  8. pass
  9. else:
  10. pp(path)
  11.  
  12. FX_searcher()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement