Skip to content

Commit cc56c68

Browse files
committed
resaving toolkit file
1 parent cb4bbf1 commit cc56c68

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resave_networks.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
# script to resave all networks in the toolkit.
2+
# Runs in SCIRun with the -S flag.
3+
# usage: ./.SCIRun_test -S resave_networks.py
4+
15
import os #Import OS to build file paths later
26
import os.path
37

8+
# directory with networks
49
net_dir = "Networks/"
510

611
files = os.walk(net_dir)

0 commit comments

Comments
 (0)