From b845877a9d883636751d35ee96f2d4c14d57d5d6 Mon Sep 17 00:00:00 2001 From: Tipwheal <674714966@qq.com> Date: Sun, 6 Jan 2019 21:36:10 +0800 Subject: fix a bug in a function call the function name is "getTreeStream" but here's a spelling error --- utils/hacks/TreeGraphs/DumpTreeStream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/hacks/TreeGraphs/DumpTreeStream.py b/utils/hacks/TreeGraphs/DumpTreeStream.py index 0b3f0ee1..0fc6f36c 100644 --- a/utils/hacks/TreeGraphs/DumpTreeStream.py +++ b/utils/hacks/TreeGraphs/DumpTreeStream.py @@ -32,7 +32,7 @@ def getTreeStream(path): return paths def writeTreeStream(path, output): - paths = getTreeSTream(path) + paths = getTreeStream(path) print 'Writing %d paths'%len(paths) for i,data in paths.items(): if i!=0: -- cgit 1.4.1