You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner. It is now read-only.
(Select intented match when there are several in the PDF.)
The button 'Duplicate' is not deactivated.
Case 2: Annotation just saved
Click on 'New'.
Enter 'Annotated text'.
Click on 'Localize'.
(Select intented match when there are several in the PDF.)
Click on 'Save'.
The button 'Duplicate' is not deactivated. Clicking on it makes NeuroCurator crashes (v0.4.4 but not v0.4.3 even if the exception is the same).
Traceback (most recent call last):
File "/Users/fonta/repos/neurocurator/neurocurator/annotWidgets.py", line 194, in duplicateAnnotation
self.main_window.duplicateAnnotation()
File "/Users/fonta/repos/neurocurator/neurocurator/mainWin.py", line 1268, in duplicateAnnotation
self.currentAnnotation = self.currentAnnotation.duplicate()
AttributeError: 'NoneType' object has no attribute 'duplicate'
The text was updated successfully, but these errors were encountered:
True for all annotation types.
Case 1: Annotation not yet saved
Case 2: Annotation just saved
The text was updated successfully, but these errors were encountered: