Skip to content

Instantly share code, notes, and snippets.

@mikeal
Created November 10, 2009 23:29
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 mikeal/231386 to your computer and use it in GitHub Desktop.
Save mikeal/231386 to your computer and use it in GitHub Desktop.
if files is None: files = []
for full_path in (os.path.join(folder, f) for f in files if os.path.isdir(os.path.join(folder, f))):
self.args.append(full_path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment