diff options
author | Yves Fischer <yvesf-git@xapek.org> | 2015-03-28 18:23:36 +0100 |
---|---|---|
committer | Yves Fischer <yvesf-git@xapek.org> | 2015-03-28 18:23:36 +0100 |
commit | 04bf01a13117159f368226d82723e2affc78d13d (patch) | |
tree | 23cd7c9a00819716328a811321a6645694201ad6 /movietool/__init__.py | |
parent | 76f2e9ffd369e1b2f131c85fa05540c62936ac21 (diff) | |
download | movietool-04bf01a13117159f368226d82723e2affc78d13d.tar.gz movietool-04bf01a13117159f368226d82723e2affc78d13d.zip |
foov0.1
Diffstat (limited to 'movietool/__init__.py')
-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") |