Skip to content

Commit

Permalink
Add missing return
Browse files Browse the repository at this point in the history
  • Loading branch information
Thurion committed Jan 17, 2020
1 parent c55c93c commit 951dbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def plugin_start(plugin_dir):


def plugin_start3(plugin_dir):
plugin_start(plugin_dir)
return plugin_start(plugin_dir)


def plugin_stop():
Expand Down

0 comments on commit 951dbbe

Please sign in to comment.