Skip to content

Commit c31957f

Browse files
committed
fix: Correct typo in TODO comment for Metashape Cameras import
1 parent 6c7ef69 commit c31957f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coralnet_toolbox/QtMainWindow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ def __init__(self, __version__):
422422
self.import_colmap_cameras_action = QAction("COLMAP (TXT, BIN)", self)
423423
self.import_colmap_cameras_action.triggered.connect(self.import_colmap_cameras.exec_)
424424
self.import_cameras_menu.addAction(self.import_colmap_cameras_action)
425-
# Import Metashape Cameras TODO re-enable when implemented corectly
425+
# Import Metashape Cameras TODO re-enable when implemented correctly
426426
# self.import_metashape_cameras_action = QAction("Metashape (XML)", self)
427427
# self.import_metashape_cameras_action.triggered.connect(self.import_metashape_cameras.exec_)
428428
# self.import_cameras_menu.addAction(self.import_metashape_cameras_action)

0 commit comments

Comments
 (0)