Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
rsnodgrass committed Feb 27, 2024
1 parent bf27e1c commit e37615f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/update-supported-models
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import logging

import os
import sys

# force using the pyavcontrol that is relative to this tool, instead of whatever
# pyavcontrol may be installed in the Python environment.
sys.path.insert(0, os.path.abspath(os.path.join('..')))

import coloredlogs
Expand Down

0 comments on commit e37615f

Please sign in to comment.