- close file

bzr-revno: 2232
This commit is contained in:
Andreas Preikschat 2013-04-20 22:18:02 +02:00
commit 35bc76943f
1 changed files with 2 additions and 0 deletions

View File

@ -276,5 +276,7 @@ class TestServiceItem(TestCase):
first_line = items[0]
except IOError:
first_line = u''
finally:
open_file.close()
return first_line