mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2026-08-14 05:21:45 +00:00
remove docstring spaces
This commit is contained in:
parent
696b4dedb7
commit
58c4b1a7b0
1 changed files with 6 additions and 6 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue