Browse Source

utils/route_graph: increased max depth value

Daniel-Constantin Mierla 11 years ago
parent
commit
942ac25bcb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/route_graph/route_graph.py

+ 1 - 1
utils/route_graph/route_graph.py

@@ -28,7 +28,7 @@
 """
 """
 import sys,re
 import sys,re
 
 
-max_depth = 10
+max_depth = 120
 debug = 0
 debug = 0
 
 
 re_main_route = re.compile("^([a-z]+_)*route[\s\t]*(?![\(\)])[\s\t]*\{?", re.I)
 re_main_route = re.compile("^([a-z]+_)*route[\s\t]*(?![\(\)])[\s\t]*\{?", re.I)