We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 27e3ebe + f788e81 commit dffb44cCopy full SHA for dffb44c
1 file changed
stage6_branded_application/pycasa/ui/tasks/pycasa_task.py
@@ -78,6 +78,7 @@ def scan_current_path(self):
78
msg = "No active tab/path. You must open a path before you can " \
79
"scan it for faces"
80
error(None, msg)
81
+ return
82
83
active_editor = self.central_pane.active_editor
84
model = active_editor.obj
0 commit comments