Skip to content

Commit

Permalink
Merge pull request #53 from jessdtate/ibbm_release
Browse files Browse the repository at this point in the history
resaving toolkit file
  • Loading branch information
dcwhite authored Jul 2, 2017
2 parents d06dc04 + cc56c68 commit 54f987f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions resave_networks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# script to resave all networks in the toolkit.
# Runs in SCIRun with the -S flag.
# usage: ./.SCIRun_test -S resave_networks.py

import os #Import OS to build file paths later
import os.path

# directory with networks
net_dir = "Networks/"

files = os.walk(net_dir)
Expand Down

0 comments on commit 54f987f

Please sign in to comment.