summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYves Fischer <yvesf-git@xapek.org>2015-03-28 18:23:36 +0100
committerYves Fischer <yvesf-git@xapek.org>2015-03-28 18:23:36 +0100
commit04bf01a13117159f368226d82723e2affc78d13d (patch)
tree23cd7c9a00819716328a811321a6645694201ad6
parent76f2e9ffd369e1b2f131c85fa05540c62936ac21 (diff)
downloadmovietool-04bf01a13117159f368226d82723e2affc78d13d.tar.gz
movietool-04bf01a13117159f368226d82723e2affc78d13d.zip
foov0.1
-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")