remove docstring spaces

This commit is contained in:
guidotheelen 2020-04-15 17:28:13 +02:00
parent 696b4dedb7
commit 58c4b1a7b0

View file

@ -190,7 +190,7 @@ def report_on_download(output_dir):
def merge_png_dirs(output_dir): def merge_png_dirs(output_dir):
""" Create one output dir that can be used """ """Combine local and downloaded PNGs."""
copy_tree("./png/128", "./build/combined_png") copy_tree("./png/128", "./build/combined_png")
src_files = listdir(output_dir) src_files = listdir(output_dir)