Skip to content

Commit f2bf97f

Browse files
author
edwardzyang@thewritingpot.com
committed
Comment out call to spurious "g" variable. Bug?
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%401255
1 parent bf5f514 commit f2bf97f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/test_parser.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,10 @@ def main():
151151
except SystemExit:
152152
pass
153153

154-
f = open("graph.dot", "w")
155-
f.write(str(g))
154+
# f = open("graph.dot", "w")
155+
# f.write(str(g))
156156

157-
print g.nodes.keys()
157+
# print g.nodes.keys()
158158

159159
if __name__ == "__main__":
160160
print sys.argv

0 commit comments

Comments
 (0)