summaryrefslogtreecommitdiff
path: root/movietool
diff options
context:
space:
mode:
Diffstat (limited to 'movietool')
-rwxr-xr-xmovietool/__init__.py2
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")