Skip to content

Commit d4548c9

Browse files
committed
Fix broken suggestion
1 parent 1f5bd21 commit d4548c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

dlclivegui/gui/main_window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -865,6 +865,7 @@ def _current_config(self, *, allow_empty_model_path=False) -> ApplicationSetting
865865
if multi_camera.cameras
866866
else self._config.camera.model_copy(deep=True)
867867
)
868+
)
868869

869870
return ApplicationSettings(
870871
camera=camera,

0 commit comments

Comments
 (0)