mirror of
https://github.com/googlefonts/noto-emoji.git
synced 2025-07-08 21:36:59 +00:00
remove combined folder before download
This commit is contained in:
parent
e6e8aacc0a
commit
1aa177e6d3
1 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,10 @@ SCOPES = ["https://www.googleapis.com/auth/drive"]
|
||||||
|
|
||||||
def main(folder_name="", reporting=False):
|
def main(folder_name="", reporting=False):
|
||||||
|
|
||||||
|
# Remove combined_png dir if it exists
|
||||||
|
if path.exists("./build/combined_png"):
|
||||||
|
shutil.rmtree("./build/combined_png")
|
||||||
|
|
||||||
# Create a token.pickle file to store the users session
|
# Create a token.pickle file to store the users session
|
||||||
service = get_service()
|
service = get_service()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue