From 5d11f61024e23b8493f89b8cbae49cbb042e96e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 14 Nov 2017 10:46:51 -0500 Subject: [PATCH] Test --- list_subtitles.py | 1 + 1 file changed, 1 insertion(+) 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: