Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelma committed Sep 17, 2023
1 parent c742d3c commit eec0a47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ def _pixmaps(self, fps):
@Slot(bool)
def export_as_video(self):
try:
import cv2xx
import cv2
except ModuleNotFoundError:
self._spine_db_editor.msg_error.emit(
"Export as video requires <a href='https://pypi.org/project/opencv-python/'>opencv-python</a>"
Expand Down

0 comments on commit eec0a47

Please sign in to comment.