Skip to content

Commit

Permalink
Merge pull request #202 from scipion-em/devel
Browse files Browse the repository at this point in the history
release 3.7.1
  • Loading branch information
fonsecareyna82 authored Dec 18, 2024
2 parents b9ff7d8 + 36ed23e commit 69c1f38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

V3.7.1
- Plugin refreshes completely after a plugin update avoiding mixing definition of old and new binaries
V3.7.0
- scipion3 config -p xxx shows list of available modules if xxx is not found
- scipion3 inspect: shows a list of available modules. all argument list all discovered elements.
Expand Down
3 changes: 2 additions & 1 deletion scipion/install/plugin_funcs.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def installPipModule(self, version=""):

cmd = PIP_CMD % {'installSrc': installSrc}

pipModule = environment.addPipModule(self.pipName,
environment.addPipModule(self.pipName,
target=target,
pipCmd=cmd)

Expand All @@ -157,6 +157,7 @@ def installPipModule(self, version=""):
reload(pkg_resources)
self.dirName = self.getDirName()
Domain.refreshPlugin(self.dirName)
self._plugin = None
return True

def installBin(self, args=None):
Expand Down

0 comments on commit 69c1f38

Please sign in to comment.