1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 08:12:27 +00:00

Fixed error when installing dependencies

This commit is contained in:
J. Fernando Sánchez 2017-02-28 02:24:49 +01:00
parent bd984a1437
commit 5fb858f5fc

View File

@ -288,7 +288,7 @@ class Senpy(object):
def install_deps(self):
for i in self.plugins.values():
self._install_deps(i._info)
self._install_deps(i)
@classmethod
def _install_deps(cls, info=None):