Skip to content

Commit

Permalink
Update task.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bimac committed Mar 8, 2024
1 parent 7bac5ca commit f9ccf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iblrig_custom_tasks/_sp_passiveVideo/task.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# this allows the CI and automated tests to import the file and make sure it is valid without having vlc
try:
import vlc
except ModuleNotFoundError:
except (ModuleNotFoundError, FileNotFoundError):
_logger.error(f'VLC not installed. Please install VLC to use this task. {__file__}')


Expand Down

0 comments on commit f9ccf81

Please sign in to comment.