We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb4bbf1 commit cc56c68Copy full SHA for cc56c68
resave_networks.py
@@ -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
+
5
import os #Import OS to build file paths later
6
import os.path
7
8
+# directory with networks
9
net_dir = "Networks/"
10
11
files = os.walk(net_dir)
0 commit comments