From 789eed03d1b0dfac6aea4a6f3049c5b18575e952 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:12:55 -0500 Subject: [PATCH] Test --- list_subtitles.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/list_subtitles.py b/list_subtitles.py index d0e5c458b..8b22bace0 100644 --- a/list_subtitles.py +++ b/list_subtitles.py @@ -36,6 +36,8 @@ def store_subtitles(file): languages = [] actual_subtitles = [] 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: