Skip to content

Commit

Permalink
fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Aug 5, 2022
1 parent 4f734a8 commit addf896
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pytools/modules/modifyfoldericon/modifyfoldericon.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

'''文件夹图标批量修改'''
class ModifyFolderICON():
tool_name = '文件夹图标批量修改'
def __init__(self, icon_path, **kwargs):
assert os.path.exists(icon_path)
self.icon_path = icon_path
Expand Down

0 comments on commit addf896

Please sign in to comment.