diff options
-rwxr-xr-x | movietool/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
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") |