Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
muellert committed Dec 25, 2012
1 parent 36d11d1 commit e8dcb88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions on/video/video.py
Expand Up @@ -239,6 +239,7 @@ def getMetaDataFileLines(fspath, filename):
250-400 bytes long).
"""
result = []
lines = []
meta_path = genAbsolutePathToMetaFile(fspath, filename)
if os.path.exists(meta_path):
fh = open(meta_path, "rb")
Expand Down

0 comments on commit e8dcb88

Please sign in to comment.