Skip to content

Commit

Permalink
Update manager.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seb5g committed Feb 19, 2021
1 parent 740bc21 commit 437fa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymodaq_plugin_manager/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def __init__(self, parent, standalone=False):
def check_version(self, show=True):
try:
current_version = version_mod.parse(version)
available_version = [version_mod.parse(ver['version']) for ver in
available_version = [version_mod.parse(ver) for ver in
get_pypi_pymodaq('pymodaq-plugin-manager')['versions']]
msgBox = QtWidgets.QMessageBox()
if max(available_version) > current_version:
Expand Down

0 comments on commit 437fa02

Please sign in to comment.