소스 검색

Remove bug due to typo

Michael Denker 1 년 전
부모
커밋
9322d5e404
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      code/reachgraspio/reachgraspio.py

+ 1 - 1
code/reachgraspio/reachgraspio.py

@@ -894,7 +894,7 @@ class ReachGraspIO(BlackrockIO):
             if not any(neural_chids):
                 asig.annotate(neural_signal=False)
                 asig.name = "BehaviourTimeSeries"
-                asig.descriptions = "Continuous behavioural time series recorded in the experiment, including " \
+                asig.description = "Continuous behavioural time series recorded in the experiment, including " \
                                     "object displacements and measurements of the gripforce sensors"
             elif all(neural_chids):
                 asig.annotate(neural_signal=True)