Remove use of redundant variables, cleanup

This commit is contained in:
Rishabh Raj
2014-04-16 17:38:55 +05:30
parent e79c1ba662
commit dbf9f0b230
2 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -374,7 +374,7 @@ def write_example(src_name, src_dir, rst_dir, cfg):
else:
shutil.copy(cfg.plot2rst_default_thumb, thumb_path)
python_to_notebook(example_file, notebook_dir, notebook_path)
python_to_notebook(example_file, notebook_path)
def save_thumbnail(image, thumb_path, shape):