We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b40efa2 commit 582c112Copy full SHA for 582c112
iblrig_custom_tasks/_sp_passiveVideo/task.py
@@ -149,7 +149,7 @@ def get_media_length(self):
149
None is returned when no video is loaded.
150
"""
151
if self._media:
152
- length = self._media.get_length()
+ length = self._player.get_length()
153
if length > -1:
154
return length / 1e3
155
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "project_extraction"
7
-version = "0.6rc0"
+version = "0.6rc1"
8
description = "Custom extractors for satellite tasks"
9
dynamic = [ "readme" ]
10
keywords = [ "IBL", "neuro-science" ]
0 commit comments