Skip to content

Commit

Permalink
Update plugins_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Mar 14, 2019
1 parent ce6061b commit f59fa39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions class/core/plugins_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ def checkSetupTask(self, sName, sVer, sCoexist):
continue
tmp1 = tmpt.split('-')
name1 = tmp1[0].lower()
if sCoexist:
if name1 == sName and tmp1[1] == sVer:
isTask = task['status']
else:
Expand Down

0 comments on commit f59fa39

Please sign in to comment.