Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
senpy
senpy
Commits
5fb858f5
Commit
5fb858f5
authored
Feb 28, 2017
by
J. Fernando Sánchez
Browse files
Fixed error when installing dependencies
parent
bd984a14
Changes
1
Hide whitespace changes
Inline
Side-by-side
senpy/extensions.py
View file @
5fb858f5
...
...
@@ -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
):
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment