Skip to content

Commit

Permalink
pin older pyinstaller-hooks-contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhrisca committed Jan 23, 2025
1 parent 620bd89 commit 40a7615
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/asammdf/gui/widgets/gps.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ def get_zoom(self):
def callback(*args):
result.append(args[0])

mapWidget = self.map.getMapWidgetAtIndex(self.map.mapWidgetIndex)
mapWidget.page.runJavaScript("map.getZoom()", self.map.mapWidgetIndex, callback)
map_widget = self.map.getMapWidgetAtIndex(self.map.mapWidgetIndex)
map_widget.page.runJavaScript("map.getZoom()", self.map.mapWidgetIndex, callback)

app = QtWidgets.QApplication.instance()

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ base =
deps =
pyinstaller
pyopengl
pyinstaller-hooks-contrib-2024.10
extras =
decode
encryption
Expand Down

0 comments on commit 40a7615

Please sign in to comment.