Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

General: Fix python 2 compatibility of ffmpeg and oiio tools discovery #4011

Merged
merged 1 commit into from
Oct 20, 2022

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented Oct 20, 2022

Brief description

This PR broke python 2 compatibility of ffmpeg and oiio tool discovery.

Description

Fixed missing DEVNULL constant in subprocess module for python 2. It is replaced with fake devnull file handler.

Testing notes:

  1. Try to get ffmpeg or oiio tools in Python 2 DCC

@iLLiCiTiT iLLiCiTiT self-assigned this Oct 20, 2022
@iLLiCiTiT iLLiCiTiT added the type: bug Something isn't working label Oct 20, 2022
@iLLiCiTiT iLLiCiTiT requested a review from 64qam October 20, 2022 10:51
@iLLiCiTiT iLLiCiTiT merged commit 38f2484 into develop Oct 20, 2022
@iLLiCiTiT iLLiCiTiT deleted the bugfix/tools_discovery_for_py2 branch October 20, 2022 11:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants