From 04bf01a13117159f368226d82723e2affc78d13d Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 28 Mar 2015 18:23:36 +0100 Subject: foo --- movietool/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'movietool/__init__.py') diff --git a/movietool/__init__.py b/movietool/__init__.py index 3547423..02bbd3f 100755 --- a/movietool/__init__.py +++ b/movietool/__init__.py @@ -394,7 +394,7 @@ def do_index(args, imdb_ids): index_files = os.path.join(datadir, "movies-files") index_html = os.path.join(datadir, "movies.html") shutil.copytree(index_files, "movies-files", copy_function=shutil.copyfile) - shutil.copyfile(index_html, ".") + shutil.copyfile(index_html, "movies.html") os.mkdir("movies-files/poster") write_data("dataCb") -- cgit v1.2.1