diff options
Diffstat (limited to 'Code/update_network.py')
-rwxr-xr-x | Code/update_network.py | 2 |
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') |