mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
feat(global): print ffmpeg path
This commit is contained in:
parent
4ac61f1060
commit
f350d7694c
1 changed files with 2 additions and 0 deletions
|
|
@ -27,6 +27,8 @@ class ValidateFfmpegInstallef(pyblish.api.Validator):
|
|||
return True
|
||||
|
||||
def process(self, instance):
|
||||
self.log.info("ffmpeg path: `{}`".format(
|
||||
os.environ.get("FFMPEG_PATH", "")))
|
||||
if self.is_tool(
|
||||
os.path.join(
|
||||
os.environ.get("FFMPEG_PATH", ""), "ffmpeg")) is False:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue