JohnCardinal / crunchy

Automatically exported from code.google.com/p/crunchy
0 stars 0 forks source link

Load Python file fails (release 1.0) #229

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to browsing
2. attempt to load a Python file

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "/Users/andre/CrunchySVN/trunk/crunchy/src/vlam.py", line 385, in
__init__
    self.create_tree(filehandle)  # assigns self.tree
  File "/Users/andre/CrunchySVN/trunk/crunchy/src/vlam.py", line 84, in
create_tree
    filehandle.close()
AttributeError: 'Python_file' object has no attribute 'close'

Please use labels and text to provide additional information.

Original issue reported on code.google.com by andre.ro...@gmail.com on 23 Aug 2009 at 3:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1344.

Original comment by andre.ro...@gmail.com on 23 Aug 2009 at 3:40