summaryrefslogtreecommitdiff
path: root/Code/update_network.py
diff options
context:
space:
mode:
Diffstat (limited to 'Code/update_network.py')
-rwxr-xr-xCode/update_network.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Code/update_network.py b/Code/update_network.py
index 415179c..f0e4ec2 100755
--- a/Code/update_network.py
+++ b/Code/update_network.py
@@ -97,7 +97,7 @@ def make_important_dirs():
make_paths('../Data/C/Mapped')
make_paths('../Data/C/Raw')
make_paths('../Data/history/edges')
- make_paths('../Data/history/edge_pool')
+ make_paths(EDGE_POOL_DIR)
make_paths('../Data/history/bind')
make_paths('../Data/history/expr')
make_paths('../Webapp/static/json')