diff --git a/list_subtitles.py b/list_subtitles.py index f2e13d4ee..290b2b293 100644 --- a/list_subtitles.py +++ b/list_subtitles.py @@ -37,6 +37,7 @@ def store_subtitles(file): actual_subtitles = [] print file if os.path.exists(file): + print "exist" if os.path.splitext(file)[1] == '.mkv': try: with open(file, 'rb') as f: