mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
update python sims
This commit is contained in:
parent
40ef1d7125
commit
015078a239
5 changed files with 1855 additions and 4 deletions
|
@ -1,5 +1,6 @@
|
|||
import glob
|
||||
inputDirPath = "fc00"
|
||||
import sys
|
||||
inputDirPath = sys.argv[1]
|
||||
|
||||
inputFilePaths = glob.glob(inputDirPath+"/*")
|
||||
inputFilePaths.sort()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue