Skip to content

Instantly share code, notes, and snippets.

@akiniwa
Created September 9, 2015 05:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akiniwa/6d4f1d7db4dad4285a30 to your computer and use it in GitHub Desktop.
Save akiniwa/6d4f1d7db4dad4285a30 to your computer and use it in GitHub Desktop.
for dirname, dirnames, filenames in os.walk(inputfile):
for filename in filenames:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment