update python sims

This commit is contained in:
Arceliar 2018-02-02 19:37:18 -06:00
parent 40ef1d7125
commit 015078a239
5 changed files with 1855 additions and 4 deletions

View file

@ -1,5 +1,6 @@
import glob
inputDirPath = "fc00"
import sys
inputDirPath = sys.argv[1]
inputFilePaths = glob.glob(inputDirPath+"/*")
inputFilePaths.sort()