Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Fix missing dependencies on core
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Sep 16, 2014
1 parent c2c871b commit 55464da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions system/plugins/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def __init__(self, yaml_data, plugin_object=None):
if hasattr(self.core, "dependencies"):
self.dependencies = self.core.dependencies
else:
self.core.dependencies = []
self.dependencies = []

if self.info is not None:
Expand Down

0 comments on commit 55464da

Please sign in to comment.