diff --git a/pype/ftrack/actions/action_djvview.py b/pype/ftrack/actions/action_djvview.py index 1e624965ea..683f8d1d09 100644 --- a/pype/ftrack/actions/action_djvview.py +++ b/pype/ftrack/actions/action_djvview.py @@ -66,7 +66,8 @@ class DJVViewAction(BaseHandler): def discover(self, event): """Return available actions based on *event*. """ - + if self.djv_path is None: + return if not self.is_valid_selection(event): return