Typos fix in some strings/comments #1794
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4241ad24a3
commit
e25b424188
@@ -111,7 +111,7 @@ class Main(App):
|
||||
if not filenames:
|
||||
continue
|
||||
if "frame_rate" in filenames:
|
||||
self.logger.debug(f"Folder contatins animation")
|
||||
self.logger.debug(f"Folder contains animation")
|
||||
icon_name = "A_" + os.path.split(dirpath)[1].replace("-", "_")
|
||||
width = height = None
|
||||
frame_count = 0
|
||||
|
Reference in New Issue
Block a user