Skip to content

Commit 675da4c

Browse files
fix plugin loader
1 parent 0eb8a96 commit 675da4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tkui/tool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2795,7 +2795,6 @@ def get_info(self, id_: str, item: str, default: str = None) -> str | dict[Any,
27952795

27962796
@animation
27972797
def run(self, id_=None) -> int:
2798-
# fixme: the python loader's wrong
27992798
if not id_:
28002799
return 0
28012800
if not current_project_name.get():

0 commit comments

Comments
 (0)