Skip to content

Instantly share code, notes, and snippets.

@vanjikumaran
Created March 17, 2014 11:20
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 vanjikumaran/9597593 to your computer and use it in GitHub Desktop.
Save vanjikumaran/9597593 to your computer and use it in GitHub Desktop.
import os, sys
for i in range(1001, 1500):
newpath = ((r'/home/vanji/Work/VFS/Out/client_%s-test') % (i))
if not os.path.exists(newpath): os.makedirs(newpath)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment