args: 要执行的shell命令,可以是字符串,也可以是命令各个参数组成的序列。当该参数的值是一个字符串时 ...
The issue addressed in pull request #462 is broken again in Maya 2022 using Python 3. The problem appears to be that now sys.__stdin__ returns None which breaks the exception handling at line 60. This ...