From a76a3c699651ea23cca832984d2bc3ad914b696c 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:14:22 -0500 Subject: [PATCH] Test --- list_subtitles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/list_subtitles.py b/list_subtitles.py index 8b22bace0..dd7344d46 100644 --- a/list_subtitles.py +++ b/list_subtitles.py @@ -35,9 +35,9 @@ def list_subtitles(file): def store_subtitles(file): languages = [] actual_subtitles = [] + print file + print file.encode('utf-8') if os.path.exists(file.encode('utf-8')): - print file - print file.encode('utf-8') if os.path.splitext(file)[1] == '.mkv': try: with open(file, 'rb') as f: