Skip to content

Commit

Permalink
style: 格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoaer committed Dec 1, 2023
1 parent 6ef25d6 commit c8fca7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ async def upper_thumb():
aexists(upper.thumb_path), aexists(upper.meta_path)
)
):
logger.info("Upper {} {} already exists, skipped.", upper.mid, upper.name)
makedir_tasks.append(
amakedirs(upper.thumb_path.parent, exist_ok=True)
)
logger.info(
"Upper {} {} already exists, skipped.", upper.mid, upper.name
)
makedir_tasks.append(amakedirs(upper.thumb_path.parent, exist_ok=True))
logger.info("Saving metadata for upper {} {}...", upper.mid, upper.name)
other_tasks.extend(
[
Expand Down

0 comments on commit c8fca7f

Please sign in to comment.